This commit is contained in:
parent
9beaeed67a
commit
f7200d6abe
2 changed files with 65 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue