#pragma once
void game_init();
void game_shutdown();
void game_input();
void game_update();
void game_render();