diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-31 21:31:30 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-31 21:31:30 +0200 |
| commit | 4d67e6fe1ff97f964e700b27dc2b1f8911002a12 (patch) | |
| tree | f619a6244f304011fc681613d124d41023133623 /src/object/object30.c | |
| parent | eb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff) | |
Create new entity structs for Objects
Diffstat (limited to 'src/object/object30.c')
| -rw-r--r-- | src/object/object30.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object/object30.c b/src/object/object30.c index 196a3bc4..fdda1933 100644 --- a/src/object/object30.c +++ b/src/object/object30.c @@ -4,11 +4,9 @@ * * @brief Object30 object */ - #define NENT_DEPRECATED #include "collision.h" #include "functions.h" -#include "global.h" #include "item.h" #include "object.h" |
