aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/shop.h
blob: 39db9fd6138f49b0071bf232a9342c7685e36cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "input.h"
#include "engine/draw_screen.h"

#include <stdint.h>
#include <stdbool.h>

typedef enum {
	hh_e_STATE_SHOW,
	hh_e_STATE_Input,
	hh_e_STATE_END
} hh_e_ShopStates;

bool hh_show_Shop();