summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-19 06:54:13 +0000
committertron <tron@openttd.org>2005-07-19 06:54:13 +0000
commitc1da382e9abb27d2e6f81532265259c0e7d329d2 (patch)
treefae26cc86a51c7ba9f12b3fc7ca929a37429c4e3 /settings.c
parentbbc4c5fc3441237668fdcf61a3ff8189a803dd33 (diff)
downloadopenttd-c1da382e9abb27d2e6f81532265259c0e7d329d2.tar.xz
(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index c6707dc62..0433bc9e1 100644
--- a/settings.c
+++ b/settings.c
@@ -2,6 +2,7 @@
#include "openttd.h"
#include "screenshot.h"
#include "sound.h"
+#include "spritecache.h"
#include "string.h"
#include "table/currency.h"
#include "network.h"