#ifndef physics_h #define physics_h struct Map; struct Rect; void update_body( const struct Map* map, int* x, int* y, int* vx, int* vy, int* grounded, int* headbutted, int* on_ramp, const struct Rect* r ); #endif