diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-07-05 20:41:29 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-08-01 11:36:11 +0200 |
| commit | 0d6b9052bacc3bbe079df0bcf25ac633ed4df073 (patch) | |
| tree | 6a4218336f52354665a3a7e06e6bffbe700c0496 /src/npc/cat.c | |
| parent | 064bc43e78760b8d55d6cd4653d2b926aaea4958 (diff) | |
Add documentation head to all NPCs
Diffstat (limited to 'src/npc/cat.c')
| -rw-r--r-- | src/npc/cat.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c index 33586cb9..2212a039 100644 --- a/src/npc/cat.c +++ b/src/npc/cat.c @@ -1,10 +1,15 @@ -#include "global.h" +/** + * @file cat.c + * @ingroup NPCs + * + * @brief Cat NPC + */ +#include "enemy.h" #include "entity.h" #include "functions.h" -#include "save.h" #include "message.h" #include "npc.h" -#include "enemy.h" +#include "save.h" static const Hitbox gUnk_08110EF0 = { 0, -1, { 5, 3, 3, 5 }, 5, 4 }; |
