diff options
author | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 15:24:51 +0200 |
---|---|---|
committer | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 15:24:51 +0200 |
commit | 1a9c57d249c93663d3fc25490716de508d61cec3 (patch) | |
tree | 09742e511a841e4e185f89332337a19b2042fda4 /src/GameLoop/startingScreen.h | |
parent | 68862666219c07ee62c9e59dd6866c1c7b26cc00 (diff) |
player controller update
Diffstat (limited to 'src/GameLoop/startingScreen.h')
-rw-r--r-- | src/GameLoop/startingScreen.h | 14 |
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(); - |