From cb14754891d7850564f215bd932c47d74dc233fe Mon Sep 17 00:00:00 2001 From: nathansmithsmith <thenathansmithsmith@gmail.com> Date: Fri, 22 Dec 2023 01:25:27 -0700 Subject: Back button added --- src/howToPlayScreen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/howToPlayScreen.h') diff --git a/src/howToPlayScreen.h b/src/howToPlayScreen.h index 86b720d..8e8ee22 100644 --- a/src/howToPlayScreen.h +++ b/src/howToPlayScreen.h @@ -4,6 +4,7 @@ #define HOW_TO_PLAY_SCREEN_H typedef struct HowToPlayScreen { + Rectangle goBackButton; } HowToPlayScreen; void initHowToPlayScreen(Game * game); -- cgit v1.2.3