diff options
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 |
