This commit is contained in:
Charles 2001-05-17 21:07:43 +00:00
parent d9d7005122
commit 42b33334a4
7 changed files with 26 additions and 43 deletions

View file

@ -21,8 +21,8 @@
class CNpcSmallJellyfish2BackgroundEnemy : public CNpcSmallJellyfishBackgroundEnemy
{
public:
virtual void postInit();
virtual void render();
virtual u32 getRGB();
protected:
virtual void collidedWith(CThing *_thisThing);
};