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/brocco.c | |
| parent | 064bc43e78760b8d55d6cd4653d2b926aaea4958 (diff) | |
Add documentation head to all NPCs
Diffstat (limited to 'src/npc/brocco.c')
| -rw-r--r-- | src/npc/brocco.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/npc/brocco.c b/src/npc/brocco.c index e02ca622..27992b36 100644 --- a/src/npc/brocco.c +++ b/src/npc/brocco.c @@ -1,7 +1,13 @@ +/** + * @file brocco.c + * @ingroup NPCs + * + * @brief Brocco NPC + */ #include "entity.h" #include "message.h" -#include "save.h" #include "npc.h" +#include "save.h" void sub_08063544(Entity*); void sub_0806362C(Entity*); |
