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
commit87be1312d2c727df480b6f5b0d3e37bf3887eb2d (patch)
treefae26cc86a51c7ba9f12b3fc7ca929a37429c4e3 /settings.c
parent6500fd2b91dfbf4382c72ccb4d474c52f7fd541d (diff)
downloadopenttd-87be1312d2c727df480b6f5b0d3e37bf3887eb2d.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"