From 57a682c295eb665dfa935031446df255471f8edd Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 11 Mar 2024 11:27:31 -0600 Subject: Moved things around a tiny ittle bit --- src/gameScreen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gameScreen.h') diff --git a/src/gameScreen.h b/src/gameScreen.h index 003f66b..5c9953d 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -2,6 +2,7 @@ #include "animation.h" #include "ui.h" #include "clicky.h" +#include "shop.h" #ifndef GAME_SCREEN_H #define GAME_SCREEN_H @@ -23,6 +24,8 @@ typedef struct GameScreen { TexturedButton achievementsButton; TexturedButton rebirthButton; TexturedButton statisticsButton; + + Shop shop; } GameScreen; void initGameScreen(GameScreen* gameScreen, Game* game); -- cgit v1.2.3