summaryrefslogtreecommitdiff
path: root/src/objectUtils.c
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2025-03-09 12:01:00 +0000
committerHenny022p <info@henny022.de>2025-03-09 19:00:33 +0000
commit46506530fc489732833e26d321b8879e9b13e6b4 (patch)
treeb4a93723ef662c60c2b5a6e3f755efd8994e3f5a /src/objectUtils.c
parent3b9b1a388beba1d8293bea15352775a6139d3d52 (diff)
cleanup structures.h
Diffstat (limited to 'src/objectUtils.c')
-rw-r--r--src/objectUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objectUtils.c b/src/objectUtils.c
index 54883afd..3e589d2e 100644
--- a/src/objectUtils.c
+++ b/src/objectUtils.c
@@ -5,7 +5,7 @@
#include "asm.h"
#include "effects.h"
#include "player.h"
-#include "structures.h"
+#include "pauseMenu.h"
#include "definitions.h"
#include "vram.h"
#include "object/linkAnimation.h"