aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/startingScreen.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-15 21:57:44 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-15 21:57:44 +0100
commit1c0cb0d1cf8c9cb6a11aa404d8c31def1087a586 (patch)
tree68f58c14fd0e50bfa5fb650a76f22d3cd53c5169 /src/GameLoop/startingScreen.h
parent6a70bf52bc2ed5d28b7d08854fabfaee27be3e84 (diff)
(UNCLEAN) partial merge of #37
Diffstat (limited to 'src/GameLoop/startingScreen.h')
-rw-r--r--src/GameLoop/startingScreen.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/GameLoop/startingScreen.h b/src/GameLoop/startingScreen.h
index f51cc66..5b4f15a 100644
--- a/src/GameLoop/startingScreen.h
+++ b/src/GameLoop/startingScreen.h
@@ -1,13 +1,11 @@
#pragma once
+#include "GameLoop/shop.h"
#include <stdint.h>
#include <stdbool.h>
-typedef enum {
- hh_e_STATE_SHOW,
- hh_e_STATE_Input,
- hh_e_STATE_END
-} hh_e_screenStates;
+// TODO: fix naming of enum consts
+typedef hh_e_ShopStates hh_e_screenStates;
bool hh_show_startingScreen();