From 4f14134623f319ce4afce9b303cc77762524b350 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 10 May 2024 11:06:48 -0600 Subject: Started working on the gack --- src/gameScreen.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gameScreen.h') diff --git a/src/gameScreen.h b/src/gameScreen.h index e798569..cbfbc75 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -3,6 +3,7 @@ #include "ui.h" #include "clicky.h" #include "shop.h" +#include "gack.h" #ifndef GAME_SCREEN_H #define GAME_SCREEN_H @@ -11,7 +12,8 @@ typedef enum GamePlayPlace { CLICKY_DESKTOP_PLACE, - SHOP_PLACE + SHOP_PLACE, + GACK_PLACE } GamePlayPlace; typedef enum ToolId { @@ -26,8 +28,10 @@ typedef struct GameScreen { TexturedButton toGameButton; TexturedButton toEmperorsEmporiumButton; + TexturedButton toGackPenguinButton; Shop shop; + Gack gack; ToolId tool; -- cgit v1.2.3