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/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console_cmds.cpp') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 96b6a9735..62082ea97 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -22,11 +22,11 @@ #include "fileio.h" #include "vehicle.h" #include "station.h" -#include "strings.h" #include "screenshot.h" #include "genworld.h" #include "date.h" #include "network/network.h" +#include "strings_func.h" // ** scriptfile handling ** // static FILE *_script_file; -- cgit v1.2.3-54-g00ecf