aboutsummaryrefslogtreecommitdiffstats
path: root/src/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics.h')
-rw-r--r--src/physics.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/physics.h b/src/physics.h
index 7c92e1a..b9a397b 100644
--- a/src/physics.h
+++ b/src/physics.h
@@ -1,2 +1,10 @@
// physics.h
-#pragma once
+#ifndef PHYSICS_H
+#define PHYSICS_H
+
+#include <raylib.h>
+#include "common.h"
+
+void register_new_object(object_t object, u32 object_x, u32 object_y);
+
+#endif // PHYSICS_H