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/object70.c | |
| parent | eb233b05cdd259fe52737c8287fbdfc8e4bd7870 (diff) | |
Create new entity structs for Objects
Diffstat (limited to 'src/object/object70.c')
| -rw-r--r-- | src/object/object70.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/object/object70.c b/src/object/object70.c index 064f6808..8cc5a576 100644 --- a/src/object/object70.c +++ b/src/object/object70.c @@ -4,11 +4,9 @@ * * @brief Object70 object */ - #define NENT_DEPRECATED -#include "global.h" -#include "object.h" #include "functions.h" +#include "object.h" void Object70_Init(Entity*); void Object70_Action1(Entity*); |
