unnamed-platformer/src/draw.h

3 lines
85 B
C

void draw_player(int old_x, int old_y, int x, int y);
void draw_level(char level[]);