This commit is contained in:
Charles 2001-05-10 19:27:57 +00:00
parent 3ea8916a41
commit 0112cd13e2
10 changed files with 112 additions and 25 deletions

View file

@ -20,6 +20,7 @@ public:
virtual void postInit();
void render();
virtual void shutdown();
virtual void setupWaypoints( sThingActor *ThisActor );
protected:
virtual void processClose( int _frames );
virtual void processMovement( int _frames );
@ -41,6 +42,8 @@ protected:
int m_jellyfishCount;
s32 m_spawnTimer;
s32 m_cycleWidth;
s32 m_halfCycleWidth;
};
#endif