summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 61042bf..abfb495 100755
--- a/include/game.h
+++ b/include/game.h
@@ -1589,6 +1589,23 @@ public:
void CheckCountdownTimer();
};
+
+class StageActorLight {
+public:
+
+ StageActorLight();
+ void init(void *allocator,int);
+ void update();
+ void draw();
+ ~StageActorLight();
+
+ Vec pos;
+ float size;
+ long secondClass;
+ long firstClass;
+};
+
+
class fBase_c {
public:
u32 id;