#pragma once void game_screen_init(); void game_screen_update(); void game_screen_draw(); void game_screen_cleanup();