diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index a5fa86b..837d340 100755 --- a/include/game.h +++ b/include/game.h @@ -3102,5 +3102,10 @@ class BGGMEffectRenderer : public m3d::proc_c { virtual bool setupEffectRenderer(mAllocator_c *allocator, int opaPrio, int xluPrio, int groupID);
};
+void CleanUpEffectThings();
+bool FreeEffects(int efNum);
+bool FreeBreff(int efNum);
+bool FreeBreft(int efNum);
+
#endif
|