summaryrefslogtreecommitdiff
path: root/spritecache.h
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 /spritecache.h
parent6500fd2b91dfbf4382c72ccb4d474c52f7fd541d (diff)
downloadopenttd-87be1312d2c727df480b6f5b0d3e37bf3887eb2d.tar.xz
(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
Diffstat (limited to 'spritecache.h')
-rw-r--r--spritecache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spritecache.h b/spritecache.h
index 64c4ce51d..6f237d30b 100644
--- a/spritecache.h
+++ b/spritecache.h
@@ -31,4 +31,6 @@ static inline const byte *GetNonSprite(SpriteID sprite)
void GfxLoadSprites(void);
void IncreaseSpriteLRU(void);
+extern bool _cache_sprites;
+
#endif