aboutsummaryrefslogtreecommitdiff
path: root/src/Game.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 00:09:14 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 00:16:31 +0700
commita67ab5b4eeadac48313bff81557e87b35fb2fa8b (patch)
tree7516ccffc7ac2fb3d774d46e3f8388f2f1d32d02 /src/Game.h
parent280dc7237c09dbe2163f0a75bcaf21566dcf0d1f (diff)
downloadblackshades-a67ab5b4eeadac48313bff81557e87b35fb2fa8b.tar.gz
Split out handleToggles
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Game.h b/src/Game.h
index 154fbc3..69289d7 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -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;