aboutsummaryrefslogtreecommitdiffstats
path: root/src/physics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics.c')
-rw-r--r--src/physics.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/physics.c b/src/physics.c
new file mode 100644
index 0000000..4432dee
--- /dev/null
+++ b/src/physics.c
@@ -0,0 +1,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
+}