From a773d45885eac803e794c622a4dfae3f03cc5cb1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/command.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 1b9263b37..7cac47d15 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -17,6 +17,7 @@ #include "genworld.h" #include "newgrf_storage.h" #include "strings_func.h" +#include "gfx_func.h" const char *_cmd_text = NULL; -- cgit v1.2.3-54-g00ecf