sprite.h
changeset 2491 dfe9542f783e
parent 2490 a0db300b6da6
child 2548 97ada3bd2702
--- a/sprite.h	Tue Oct 04 20:58:10 2005 +0000
+++ b/sprite.h	Tue Oct 04 21:42:00 2005 +0000
@@ -162,4 +162,6 @@
  * (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 */