This commit is contained in:
parent
548031076b
commit
3de584bf8b
7 changed files with 116 additions and 3 deletions
|
@ -22,8 +22,11 @@ class CNpcBoatHazard : public CNpcHazard
|
|||
{
|
||||
public:
|
||||
void init();
|
||||
virtual void render();
|
||||
protected:
|
||||
void processMovement( int _frames );
|
||||
|
||||
u8 m_reversed;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue