From 2a151d93546db1d867a7cc0691a5c0e5973a4b98 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 10 Feb 2005 05:43:30 +0000 Subject: (svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate --- misc_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index a2dba86a4..c24197fdf 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "debug.h" +#include "spritecache.h" #include "strings.h" #include "table/strings.h" #include "map.h" -- cgit v1.2.3-54-g00ecf