aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/startingScreen.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2023-04-03 18:03:36 +0200
committerGitHub <noreply@github.com>2023-04-03 18:03:36 +0200
commitf47d082d2fb2d5e5b5a4d3e685d8d093699938d7 (patch)
treec1ccb7a2dcda405df3ab850f66927e9b3d12c7c3 /src/GameLoop/startingScreen.h
parent68862666219c07ee62c9e59dd6866c1c7b26cc00 (diff)
parent9166352dfabdb0732d222be5d4ed10953f12a872 (diff)
Merge pull request #50 from heavydemon21/dev
player controller update
Diffstat (limited to 'src/GameLoop/startingScreen.h')
-rw-r--r--src/GameLoop/startingScreen.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/GameLoop/startingScreen.h b/src/GameLoop/startingScreen.h
deleted file mode 100644
index f51cc66..0000000
--- a/src/GameLoop/startingScreen.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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();
-