summaryrefslogtreecommitdiff
path: root/src/npc/npc23.c
diff options
context:
space:
mode:
authorHenny022p <73211432+Henny022p@users.noreply.github.com>2026-02-08 18:32:38 +0100
committerGitHub <noreply@github.com>2026-02-08 18:32:38 +0100
commit5ab63f00e522ff69c5bc987e379f0163943f2833 (patch)
tree53622222ac729c6ab6dc75ef7f9bafa8031daf18 /src/npc/npc23.c
parent73901a0a012d55ebb66a4627dcb246d19737fcb5 (diff)
parent5b2cafdc894823d57beee8f3947a391d881d91de (diff)
Merge pull request #701 from Henny022p/cleanup/250302HEADmaster
Various code cleanup changes
Diffstat (limited to 'src/npc/npc23.c')
-rw-r--r--src/npc/npc23.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/npc/npc23.c b/src/npc/npc23.c
index acda02d4..2ff8885a 100644
--- a/src/npc/npc23.c
+++ b/src/npc/npc23.c
@@ -5,11 +5,12 @@
* @brief NPC 23
*/
#include "entity.h"
-#include "functions.h"
#include "message.h"
#include "npc.h"
#include "player.h"
-#include "structures.h"
+#include "pauseMenu.h"
+#include "room.h"
+#include "physics.h"
typedef struct {
/*0x00*/ Entity base;