This commit is contained in:
Charles 2001-07-12 20:53:17 +00:00
parent 2ba981f404
commit 349642025b
2 changed files with 29 additions and 0 deletions

View file

@ -20,8 +20,12 @@
class CNpcDropPlatform : public CNpcPlatform
{
public:
void postInit();
protected:
void processMovement( int _frames );
u8 m_dropHit;
};
#endif