aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/startingScreen.h
blob: 5b4f15a88167cd1e036ce138f3b6dccbb63e912d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "GameLoop/shop.h"
#include <stdint.h>
#include <stdbool.h>

// TODO: fix naming of enum consts
typedef hh_e_ShopStates hh_e_screenStates;


bool hh_show_startingScreen();