aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/shop.h
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-22 10:05:46 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-22 10:05:46 +0100
commit54c3e1139e3e0e328f7ce3e8a2a61b0bf530a772 (patch)
treea9e8f715746995ca6a430c43244dfb6d279c7fb6 /src/GameLoop/shop.h
parent6d82f9e3d165e0200bed2f2784a1183f47b37fa3 (diff)
merge
Diffstat (limited to 'src/GameLoop/shop.h')
-rw-r--r--src/GameLoop/shop.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/GameLoop/shop.h b/src/GameLoop/shop.h
new file mode 100644
index 0000000..4014f58
--- /dev/null
+++ b/src/GameLoop/shop.h
@@ -0,0 +1,16 @@
+#include "input.h"
+#include "engine/draw_screen.h"
+
+
+
+#include <stdint.h>
+#include <stdbool.h>
+
+typedef enum {
+ hh_e_STATE_SHOW,
+ hh_e_STATE_Input,
+ hh_e_STATE_END
+} hh_e_ShopStates;
+
+
+bool hh_show_Shop();