aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/shop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameLoop/shop.h')
-rw-r--r--src/GameLoop/shop.h4
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();