/*Troy Rosin*/ #include #include #include #include #include #include void init_start_game() { PRINT_M(INIT START GAME) } void render_start_game() { state = OVERWORLD; return; }