1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

(svn r2933) Implement the non-breaking space

This commit is contained in:
tron
2005-09-10 08:17:30 +00:00
parent 0fe36a6900
commit 9de2c05c56
6 changed files with 21 additions and 7 deletions

View File

@@ -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