This commit is contained in:
Charles 2001-05-29 16:55:15 +00:00
parent a076fb4f5e
commit aab11cab87
4 changed files with 139 additions and 1 deletions

View file

@ -20,6 +20,14 @@
class CNpcPlayerBubblePlatform : public CNpcPlatform
{
public:
virtual void postInit();
virtual void render();
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
protected:
virtual void processLifetime( int _frames );
u8 m_pop;
};
#endif