This commit is contained in:
parent
849de2f195
commit
999c6e9884
7 changed files with 40 additions and 2 deletions
|
@ -20,6 +20,19 @@
|
|||
|
||||
class CNpcCollapsingBubblePlatform : public CNpcPlatform
|
||||
{
|
||||
public:
|
||||
virtual void render();
|
||||
virtual void postInit();
|
||||
protected:
|
||||
virtual void processLifetime( int _frames );
|
||||
virtual int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
||||
u8 m_pop;
|
||||
};
|
||||
|
||||
class CNpcCollapsingAcridPlatform : public CNpcCollapsingBubblePlatform
|
||||
{
|
||||
public:
|
||||
virtual void render();
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue