aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-14 17:55:17 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-14 17:55:17 +0000
commit24126a2f13553d4fd516fb0dc727906b324e9c56 (patch)
tree200ccfe66701510cf175d4bf9258f885f83df1c9 /src/gameScreen.h
parentcffca0d01bf99d2eb917f6dc923555ffa0011d88 (diff)
downloadPenguinYippies-main.tar.gz
PenguinYippies-main.tar.bz2
PenguinYippies-main.zip
Nap time button addedHEADmain
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index cbfbc75..dd8bf98 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -35,6 +35,7 @@ typedef struct GameScreen {
ToolId tool;
+ TexturedButton napTimeButton;
int nextShootingStoneCount;
} GameScreen;