(svn r3017) -NewGRF: Implement sprite group unreferencing and unloading.

This commit is contained in:
2005-10-04 21:42:00 +00:00
parent c655e13e92
commit abe60acbbb
5 changed files with 157 additions and 3 deletions

View File

@@ -162,4 +162,6 @@ SpriteGroup *EvalRandomizedSpriteGroup(const RandomizedSpriteGroup *rsg, byte ra
* (then they are |ed to @waiting_triggers instead). */
byte RandomizedSpriteGroupTriggeredBits(const RandomizedSpriteGroup *rsg, byte triggers, byte *waiting_triggers);
void UnloadSpriteGroup(SpriteGroup **group_ptr);
#endif /* SPRITE_H */