diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-25 00:09:14 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-25 00:16:31 +0700 |
| commit | a67ab5b4eeadac48313bff81557e87b35fb2fa8b (patch) | |
| tree | 7516ccffc7ac2fb3d774d46e3f8388f2f1d32d02 /src/Game.h | |
| parent | 280dc7237c09dbe2163f0a75bcaf21566dcf0d1f (diff) | |
| download | blackshades-a67ab5b4eeadac48313bff81557e87b35fb2fa8b.tar.gz | |
Split out handleToggles
Diffstat (limited to 'src/Game.h')
| -rw-r--r-- | src/Game.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,8 @@ class Game { void saveHighScore(); void updateSong(); - void handleMenu(); + void handleMenu(unsigned char*); + void handleToggles(unsigned char*); public: // Event loop Boolean gQuit; @@ -171,7 +172,6 @@ public: int murderer; float timeremaining; int whichsong; - int oldscore; int highscore; int score; int mission; |
