From 7cd19fe07adb1e93e35d983c50f3dba57420ca0c 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 --- main_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main_gui.c') diff --git a/main_gui.c b/main_gui.c index 7aee7faa8..65f29b981 100644 --- a/main_gui.c +++ b/main_gui.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "ttd.h" +#include "spritecache.h" #include "strings.h" #include "table/strings.h" #include "map.h" -- cgit v1.2.3-54-g00ecf