This commit is contained in:
Charles 2001-05-04 22:34:23 +00:00
parent 0000a0bbe5
commit a25bbc13fb
7 changed files with 89 additions and 2 deletions

View file

@ -24,6 +24,7 @@ public:
void render();
virtual int getFrameCount() {return( FRM_SQUIDDART_SWIM0004 - FRM_SQUIDDART_SWIM0001 + 1 );}
virtual u8 canCollideWithEnemy() {return( false );}
virtual void fireAsProjectile( s16 heading );
};
#endif