summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-06-24 21:06:02 -0500
committerColin Noga <Tempus@chronometry.ca>2012-06-24 21:06:02 -0500
commit434630026ceec18b47c58fc81afbde1e706f8fee (patch)
tree29487a304a28f647ae597c792475d5dd6cdc68c6 /include
parent10fa535e98f3e1043b04895aaab2e916549fcf69 (diff)
downloadkamek-434630026ceec18b47c58fc81afbde1e706f8fee.tar.gz
kamek-434630026ceec18b47c58fc81afbde1e706f8fee.zip
stageActorLight and junk
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;