This commit is contained in:
Charles 2001-05-03 20:47:20 +00:00
parent 352fdae548
commit 0ef5e735f7
3 changed files with 112 additions and 0 deletions

View file

@ -51,6 +51,7 @@ public:
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
void think(int _frames);
void setPos( DVECTOR newPos ) {Pos = newPos;}
virtual void render();
void processEvent( GAME_EVENT evt, CThing *sourceThing );
void setMovementType( PROJECTILE_MOVEMENT_TYPE moveType );