aboutsummaryrefslogtreecommitdiff
path: root/src/game_loop/starting_screen.h
blob: 4228f38e8af957c032f2ff3144aaa7b13825ca35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

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

typedef enum {
	hh_e_state_show,
	hh_e_state_input,
	hh_e_state_end
} hh_e_screen_states;


bool hh_show_starting_screen();