This commit is contained in:
parent
fe09f84333
commit
6742515647
4 changed files with 27 additions and 12 deletions
|
@ -455,6 +455,15 @@ public:
|
|||
|
||||
private:
|
||||
class FontBank *m_fontBank;
|
||||
|
||||
public:
|
||||
|
||||
// Movement tracking for barrels
|
||||
|
||||
s32 getMovement() {return( m_xMove );}
|
||||
|
||||
private:
|
||||
s32 m_xMove;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue