unnamed-platformer/src/player.h

4 lines
186 B
C

void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold);
void set_start_pos(int *start_x, int *start_y, int x, int y);
void reset_old_pos(int *old_x, int *old_y);