aboutsummaryrefslogtreecommitdiffstats
path: root/src/shooterScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shooterScreen.h')
-rw-r--r--src/shooterScreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shooterScreen.h b/src/shooterScreen.h
index 1c22814..54d11d2 100644
--- a/src/shooterScreen.h
+++ b/src/shooterScreen.h
@@ -56,6 +56,7 @@ typedef struct ShooterScreen {
bool atEndLevel;
double endLevelStartTime;
+ bool highScoreBeat;
} ShooterScreen;
void initShooterScreeen(ShooterScreen* shooterScreen, Game* game);