From 8427b8bad22d295f546b1857fb375063b6388a40 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:49:27 +0000 Subject: (svn r11675) -Codechange: split the string types from the string functions. --- src/misc_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_cmd.cpp') diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp index 318f00cdb..fa8a2384d 100644 --- a/src/misc_cmd.cpp +++ b/src/misc_cmd.cpp @@ -18,7 +18,7 @@ #include "variables.h" #include "livery.h" #include "player_face.h" -#include "strings.h" +#include "strings_func.h" /** Change the player's face. * @param tile unused -- cgit v1.2.3-54-g00ecf