(svn r2933) Implement the non-breaking space

This commit is contained in:
tron
2005-09-10 08:17:30 +00:00
parent 2aa27f9ecb
commit ab1990e5c0
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