summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-03 23:35:04 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-03 23:35:04 -0500
commit7f6ed8b21dfc765eda7146694515133697b623d6 (patch)
treea58022009a484ca609c35fc68ceca23649cf4a0a /include/game.h
parentf50c109f5e389d9389eb811820a359cce9180e9a (diff)
downloadkamek-7f6ed8b21dfc765eda7146694515133697b623d6.tar.gz
kamek-7f6ed8b21dfc765eda7146694515133697b623d6.zip
Added StageActorLight, bonusRoom is complete except for sfx
Diffstat (limited to 'include/game.h')
-rwxr-xr-xinclude/game.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h
index 468f4e3..2a245f7 100755
--- a/include/game.h
+++ b/include/game.h
@@ -1592,13 +1592,11 @@ public:
class StageActorLight {
public:
-
- StageActorLight();
virtual void init(void *allocator, int);
virtual void update();
virtual void draw();
- virtual ~StageActorLight();
+ // virtual ~StageActorLight();
Vec pos;
float size;