diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-15 21:57:44 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-15 21:57:44 +0100 |
commit | 1c0cb0d1cf8c9cb6a11aa404d8c31def1087a586 (patch) | |
tree | 68f58c14fd0e50bfa5fb650a76f22d3cd53c5169 /src/GameLoop/shop.h | |
parent | 6a70bf52bc2ed5d28b7d08854fabfaee27be3e84 (diff) |
(UNCLEAN) partial merge of #37
Diffstat (limited to 'src/GameLoop/shop.h')
-rw-r--r-- | src/GameLoop/shop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameLoop/shop.h b/src/GameLoop/shop.h index 35bb780..39db9fd 100644 --- a/src/GameLoop/shop.h +++ b/src/GameLoop/shop.h @@ -1,7 +1,8 @@ +#pragma once + #include "input.h" #include "engine/draw_screen.h" - #include <stdint.h> #include <stdbool.h> @@ -11,5 +12,4 @@ typedef enum { hh_e_STATE_END } hh_e_ShopStates; - bool hh_show_Shop(); |