diff options
Diffstat (limited to 'HumanPlayer.h')
| -rw-r--r-- | HumanPlayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HumanPlayer.h b/HumanPlayer.h index 262dde8..071415d 100644 --- a/HumanPlayer.h +++ b/HumanPlayer.h @@ -50,6 +50,7 @@ class HumanPlayer : public Player /* Released button event handlers. */ void onABtnReleased(void); + void onBBtnReleased(void); /* Unit selection. */ enum tPlayerState selectUnit(void); @@ -60,6 +61,7 @@ class HumanPlayer : public Player /* Private variables. */ uint8_t _ABtnFrames; + uint8_t _BBtnFrames; }; #endif /* HUMAN_PLAYER_H__ */ |
