This commit is contained in:
parent
2f3b64e47a
commit
b2a3b0571a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ public:
|
||||||
void init( DVECTOR initPos, s16 initHeading, PROJECTILE_MOVEMENT_TYPE initMoveType, PROJECTILE_LIFETIME_TYPE initLifeType, s32 initLifetime );
|
void init( DVECTOR initPos, s16 initHeading, PROJECTILE_MOVEMENT_TYPE initMoveType, PROJECTILE_LIFETIME_TYPE initLifeType, s32 initLifetime );
|
||||||
void shutdown();
|
void shutdown();
|
||||||
void think(int _frames);
|
void think(int _frames);
|
||||||
|
bool alwaysThink() {return(true);}
|
||||||
virtual void render();
|
virtual void render();
|
||||||
void processEvent( GAME_EVENT evt, CThing *sourceThing );
|
void processEvent( GAME_EVENT evt, CThing *sourceThing );
|
||||||
void setMovementType( PROJECTILE_MOVEMENT_TYPE moveType );
|
void setMovementType( PROJECTILE_MOVEMENT_TYPE moveType );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue