1 2 3 4 5 6 7 8 9
// physics.c #include <raylib.h> #include "physics.h" #include "common.h" void register_new_object(object_t* world, u32 object_x, u32 object_y) { world }