// physics.h #ifndef PHYSICS_H #define PHYSICS_H #include #include "common.h" void register_new_object(object_t object, u32 object_x, u32 object_y); #endif // PHYSICS_H