This commit is contained in:
parent
13b2fbf0a8
commit
c59ef39aa0
17 changed files with 366 additions and 910 deletions
|
@ -35,24 +35,24 @@
|
|||
class CPlayerStateButtBounce : public CPlayerState
|
||||
{
|
||||
public:
|
||||
virtual void enter(class CPlayer *_player);
|
||||
virtual void think(class CPlayer *_player);
|
||||
virtual void enter(class CPlayerModeBasic *_playerMode);
|
||||
virtual void think(class CPlayerModeBasic *_playerMode);
|
||||
|
||||
};
|
||||
|
||||
class CPlayerStateButtBounceFall : public CPlayerState
|
||||
{
|
||||
public:
|
||||
virtual void enter(class CPlayer *_player);
|
||||
virtual void think(class CPlayer *_player);
|
||||
virtual void enter(class CPlayerModeBasic *_playerMode);
|
||||
virtual void think(class CPlayerModeBasic *_playerMode);
|
||||
|
||||
};
|
||||
|
||||
class CPlayerStateButtBounceLand : public CPlayerState
|
||||
{
|
||||
public:
|
||||
virtual void enter(class CPlayer *_player);
|
||||
virtual void think(class CPlayer *_player);
|
||||
virtual void enter(class CPlayerModeBasic *_playerMode);
|
||||
virtual void think(class CPlayerModeBasic *_playerMode);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue