From 476c10961d6ddba806cd9f587fc461c848d27401 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Wed, 15 Apr 2026 19:56:32 +0200 Subject: Displays various texts now --- src/physics.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/physics.h') 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 +#include "common.h" + +void register_new_object(object_t object, u32 object_x, u32 object_y); + +#endif // PHYSICS_H -- cgit v1.3