aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/startingScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameLoop/startingScreen.h')
-rw-r--r--src/GameLoop/startingScreen.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/GameLoop/startingScreen.h b/src/GameLoop/startingScreen.h
new file mode 100644
index 0000000..f51cc66
--- /dev/null
+++ b/src/GameLoop/startingScreen.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#include <stdint.h>
+#include <stdbool.h>
+
+typedef enum {
+ hh_e_STATE_SHOW,
+ hh_e_STATE_Input,
+ hh_e_STATE_END
+} hh_e_screenStates;
+
+
+bool hh_show_startingScreen();
+