aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-05 19:27:22 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-05 19:27:22 +0000
commit4c74b7100c26aca80a65a853524b44085dcf4508 (patch)
treedade6bc98966efa3d3722206f1544ee754e3c609 /src/gameScreen.h
parent4a507152a4f8272ac9434bba2700fe614ba1c284 (diff)
downloadPenguinYippies-4c74b7100c26aca80a65a853524b44085dcf4508.tar.gz
PenguinYippies-4c74b7100c26aca80a65a853524b44085dcf4508.tar.bz2
PenguinYippies-4c74b7100c26aca80a65a853524b44085dcf4508.zip
Working on shop thingy
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index 58e534c..003f66b 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -6,7 +6,14 @@
#ifndef GAME_SCREEN_H
#define GAME_SCREEN_H
+typedef enum GamePlayPlace {
+ CLICKY_DESKTOP_PLACE,
+ SHOP_PLACE
+} GamePlayPlace;
+
typedef struct GameScreen {
+ GamePlayPlace place;
+
TexturedButton toGameButton;
TexturedButton toEmperorsEmporiumButton;