#ifndef _PLAYER_H #define _PLAYER_H void player_init(uint16_t start_x, uint8_t start_y); void player_update(); void player_erase(); void player_draw(); #endif /* _PLAYER_H */