#ifndef GAME_PLAYER_H #define GAME_PLAYER_H void game_player_init(); void game_player_update(); void game_player_draw(); #endif // GAME_PLAYER_H