This commit is contained in:
parent
2ba981f404
commit
349642025b
2 changed files with 29 additions and 0 deletions
|
@ -20,8 +20,12 @@
|
|||
|
||||
class CNpcDropPlatform : public CNpcPlatform
|
||||
{
|
||||
public:
|
||||
void postInit();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
|
||||
u8 m_dropHit;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue