summaryrefslogtreecommitdiff
path: root/ttd.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 /ttd.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 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index c120f2f96..e2aa21f05 100644
--- a/ttd.c
+++ b/ttd.c
@@ -8,6 +8,7 @@
#define VARDEF
#include "ttd.h"
+#include "spritecache.h"
#include "gfx.h"
#include "gui.h"
#include "station.h"
@@ -35,7 +36,6 @@
#include <stdarg.h>
-void IncreaseSpriteLRU(void);
void GenerateWorld(int mode, uint log_x, uint log_y);
void CallLandscapeTick(void);
void IncreaseDate(void);