This commit is contained in:
Paul 2001-04-19 19:18:22 +00:00
parent bee58f4672
commit e207952658
7 changed files with 46 additions and 7 deletions

View file

@ -51,6 +51,13 @@ private:
int m_glintRot;
};
class CBalloonAndSpatulaPickup : public CSpatulaPickup
{
protected:
virtual void thinkPickup(int _frames);
virtual void renderPickup(DVECTOR *_pos);
};
/*----------------------------------------------------------------------
Globals