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.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/GameLoop/shop.h b/src/GameLoop/shop.h
deleted file mode 100644
index 1efc057..0000000
--- a/src/GameLoop/shop.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#include "input.h"
-#include "engine/draw_screen.h"
-#include "engine/level_const.h"
-
-
-#include <stdint.h>
-#include <stdbool.h>
-
-typedef enum {
- hh_e_shop_SHOW,
- hh_e_shop_Input,
- hh_e_shop_END,
-} hh_e_ShopStates;
-
-
-void hh_Shop(hh_e_GameState*);