From fd0c7d4a5a23f6e8bfbafbed7d9bde319607451d Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 22 Dec 2023 01:08:20 -0700 Subject: Started working on the how to play screen --- src/howToPlayScreen.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/howToPlayScreen.h (limited to 'src/howToPlayScreen.h') diff --git a/src/howToPlayScreen.h b/src/howToPlayScreen.h new file mode 100644 index 0000000..86b720d --- /dev/null +++ b/src/howToPlayScreen.h @@ -0,0 +1,13 @@ +#include "gameCommon.h" + +#ifndef HOW_TO_PLAY_SCREEN_H +#define HOW_TO_PLAY_SCREEN_H + +typedef struct HowToPlayScreen { +} HowToPlayScreen; + +void initHowToPlayScreen(Game * game); +void updateHowToPlayScreen(Game * game); +void resizeHowToPlayScreen(Game * game, HowToPlayScreen * howToPlayScreen); + +#endif -- cgit v1.2.3