diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-30 23:56:42 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-29 22:56:38 +0100 |
| commit | c63a86fbcac78c1773b31383a8837a508c649971 (patch) | |
| tree | c6dfd8950b4afaaf1281b525b818261afe191944 /src/enemy/vaatiWrath.c | |
| parent | b28f865051ab27862d14077a046f2eea6e72191e (diff) | |
Create some enemy structs
Diffstat (limited to 'src/enemy/vaatiWrath.c')
| -rw-r--r-- | src/enemy/vaatiWrath.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enemy/vaatiWrath.c b/src/enemy/vaatiWrath.c index b7c9fd3a..ecfaaea7 100644 --- a/src/enemy/vaatiWrath.c +++ b/src/enemy/vaatiWrath.c @@ -4,11 +4,11 @@ * * @brief Vaati Wrath enemy */ - +//#define NENT_DEPRECATED #include "enemy.h" -#include "object.h" -#include "message.h" #include "functions.h" +#include "message.h" +#include "object.h" #include "save.h" #include "screen.h" |
