// physics.c #include #include "physics.h" #include "common.h" void register_new_object(object_t* world, u32 object_x, u32 object_y) { world }