#ifndef PHYSICS_H_ #define PHYSICS_H_ #include #include "entity.h" void move_and_collide ( struct entity* entity, float delta_time ); #endif