From 19f5036c468e125393f6e8dd23c53436512424c6 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Aug 2005 18:10:18 +0000 Subject: (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c. This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier. --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index 0b514af32..0b1bcb103 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -4,8 +4,8 @@ #include "openttd.h" #include "debug.h" #include "functions.h" +#include "gfxinit.h" #include "saveload.h" -#include "spritecache.h" #include "strings.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-70-g09d2