aboutsummaryrefslogtreecommitdiffstats
path: root/src/shooterScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-10 16:49:25 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-10 16:49:25 +0000
commit1b2a507416bc1fd8fd2bb07f94d8bcd096c19721 (patch)
tree11f53e8af7d00bbfe59feecc8e65a7401bcbd45b /src/shooterScreen.h
parentfca307d6af08116f675e0d04e5ace2e353ec718c (diff)
downloadPenguinYippies-1b2a507416bc1fd8fd2bb07f94d8bcd096c19721.tar.gz
PenguinYippies-1b2a507416bc1fd8fd2bb07f94d8bcd096c19721.tar.bz2
PenguinYippies-1b2a507416bc1fd8fd2bb07f94d8bcd096c19721.zip
%50 increase thingy added
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);