summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-10 05:43:30 +0000
committertron <tron@openttd.org>2005-02-10 05:43:30 +0000
commit2a151d93546db1d867a7cc0691a5c0e5973a4b98 (patch)
treef80e3d1416973b1e780618876d295c1ff823868a /main_gui.c
parent092e72d60db91b631099d1844eba1b909e279756 (diff)
downloadopenttd-2a151d93546db1d867a7cc0691a5c0e5973a4b98.tar.xz
(svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c1
1 files changed, 1 insertions, 0 deletions
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"