#pragma once #include #include typedef enum { hh_e_STATE_SHOW, hh_e_STATE_Input, hh_e_STATE_END } hh_e_screenStates; bool hh_show_startingScreen();