diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-04-15 19:56:32 +0200 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-04-15 19:56:32 +0200 |
| commit | 476c10961d6ddba806cd9f587fc461c848d27401 (patch) | |
| tree | f0023add0c4d85668dd33fb05e5e7d128d892572 /src/graphics.h | |
| parent | b38ff486555a16840fd04caaa3cbe38e37b2b9ae (diff) | |
| download | trashbinphysics-476c10961d6ddba806cd9f587fc461c848d27401.tar.gz | |
Displays various texts now
Diffstat (limited to 'src/graphics.h')
| -rw-r--r-- | src/graphics.h | 9 |
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 |
