From 434630026ceec18b47c58fc81afbde1e706f8fee Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 24 Jun 2012 21:06:02 -0500 Subject: stageActorLight and junk --- include/game.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'include') 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; -- cgit v1.2.3