// Return values for the main function, allows controlling flow
pub const State = enum {
main_menu,
game,
};