This commit is contained in:
parent
09d09e136d
commit
6c5e152bb8
33 changed files with 171 additions and 731 deletions
|
@ -34,8 +34,11 @@
|
|||
Structure defintions
|
||||
-------------------- */
|
||||
|
||||
class CPlayerModeBalloon : public CPlayerModeBasic
|
||||
class CPlayerModeBalloon : public CPlayerModeBase
|
||||
{
|
||||
public:
|
||||
virtual int canFallForever() {return true;}
|
||||
virtual const struct PlayerMetrics *getPlayerMetrics();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue