diff src/command.cpp @ 8123:c26c28875749 draft

(svn r11684) -Codechange: split gfx.h in a type and functional header.
author rubidium <rubidium@openttd.org>
date Sun, 23 Dec 2007 10:56:02 +0000
parents 9cc845deddfe
children e300ac8001ae
line wrap: on
line diff
--- 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;