This commit is contained in:
parent
a076fb4f5e
commit
aab11cab87
4 changed files with 139 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue