crocparty/game/game_player.h
2024-02-27 21:07:15 -08:00

8 lines
146 B
C

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