summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 169b01d..a5fa86b 100755
--- a/include/game.h
+++ b/include/game.h
@@ -3092,5 +3092,15 @@ extern "C" u32 GetActivePlayerCount();
#include "newer.h"
+class BGGMEffectRenderer : public m3d::proc_c {
+ private:
+ u32 effectGroupID;
+ public:
+ ~BGGMEffectRenderer();
+ void drawOpa();
+ void drawXlu();
+ virtual bool setupEffectRenderer(mAllocator_c *allocator, int opaPrio, int xluPrio, int groupID);
+};
+
#endif