summaryrefslogtreecommitdiff
path: root/spritecache.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-10 08:17:30 +0000
committertron <tron@openttd.org>2005-09-10 08:17:30 +0000
commit9de2c05c5602293a11a57f2e88d4575230a4e105 (patch)
tree507775a3d6777a0e74faaafe964b0f305e7bd216 /spritecache.h
parent0fe36a6900b135361a3f01b36a00d8ad6acac8bc (diff)
downloadopenttd-9de2c05c5602293a11a57f2e88d4575230a4e105.tar.xz
(svn r2933) Implement the non-breaking space
Diffstat (limited to 'spritecache.h')
-rw-r--r--spritecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spritecache.h b/spritecache.h
index c2ff67134..ebc37de2b 100644
--- a/spritecache.h
+++ b/spritecache.h
@@ -28,6 +28,7 @@ void GfxInitSpriteMem(void);
void IncreaseSpriteLRU(void);
bool LoadNextSprite(int load_index, byte file_index);
+void DupSprite(SpriteID old, SpriteID new);
void SkipSprites(uint count);
#endif