From 18c26edd6bae8ce5bd26e0ab632086725f492871 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 22 Dec 2023 02:06:49 -0700 Subject: Moved the screens to a better place --- src/howToPlayScreen.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/howToPlayScreen.h (limited to 'src/howToPlayScreen.h') diff --git a/src/howToPlayScreen.h b/src/howToPlayScreen.h deleted file mode 100644 index ff083e3..0000000 --- a/src/howToPlayScreen.h +++ /dev/null @@ -1,15 +0,0 @@ -#include "gameCommon.h" - -#ifndef HOW_TO_PLAY_SCREEN_H -#define HOW_TO_PLAY_SCREEN_H - -typedef struct HowToPlayScreen { - Rectangle goBackButton; - Rectangle infoText; -} HowToPlayScreen; - -void initHowToPlayScreen(Game * game); -void updateHowToPlayScreen(Game * game); -void resizeHowToPlayScreen(Game * game, HowToPlayScreen * howToPlayScreen); - -#endif -- cgit v1.2.3