aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphics.h
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-04-15 19:56:32 +0200
committerkotorifan <kotorifan05@gmail.com>2026-04-15 19:56:32 +0200
commit476c10961d6ddba806cd9f587fc461c848d27401 (patch)
treef0023add0c4d85668dd33fb05e5e7d128d892572 /src/graphics.h
parentb38ff486555a16840fd04caaa3cbe38e37b2b9ae (diff)
downloadtrashbinphysics-476c10961d6ddba806cd9f587fc461c848d27401.tar.gz
Displays various texts now
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 297fbbd..e9ea1fd 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -1,2 +1,9 @@
// graphics.h
-#pragma once
+#ifndef GRAPHICS_H
+#define GRAPHICS_H
+
+#include <raylib.h>
+#include "common.h"
+void create_new_object(object_t object);
+
+#endif // GRAPHICS_H