This commit is contained in:
Charles 2001-05-16 14:11:52 +00:00
parent f83b0938ea
commit 76f68fe28a
3 changed files with 58 additions and 78 deletions

View file

@ -22,6 +22,8 @@ class CNpcSmallJellyfish2BackgroundEnemy : public CNpcSmallJellyfishBackgroundEn
{
public:
virtual void render();
protected:
virtual void collidedWith(CThing *_thisThing);
};
#endif