crocparty/game/game_player.h
2024-02-28 12:54:59 -08:00

9 lines
177 B
C

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