jtmm_massena/include/player.h

6 lines
239 B
C

enum { UP, DOWN, LEFT, RIGHT };
void jump_test(char *jump_pressed, char *jump_buffer, unsigned int *jump_hold,
char enable_up_key);
void set_start_pos(int *start_x, int *start_y, int x, int y);
void reset_old_pos(int *old_x, int *old_y);