This commit is contained in:
Charles 2001-05-08 16:42:06 +00:00
parent 9beaeed67a
commit f7200d6abe
2 changed files with 65 additions and 0 deletions

View file

@ -22,8 +22,12 @@ class CNpcDualPlatformBarrelHazard : public CNpcHazard
{
public:
void init();
void render();
protected:
void processMovement( int _frames );
s16 m_rotation;
s8 m_rotationDir;
};
#endif