summaryrefslogtreecommitdiff
path: root/src/subtask/subtaskFastTravel.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/subtask/subtaskFastTravel.c
parent3b9b1a388beba1d8293bea15352775a6139d3d52 (diff)
cleanup structures.h
Diffstat (limited to 'src/subtask/subtaskFastTravel.c')
-rw-r--r--src/subtask/subtaskFastTravel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtask/subtaskFastTravel.c b/src/subtask/subtaskFastTravel.c
index 1b297789..f2f24059 100644
--- a/src/subtask/subtaskFastTravel.c
+++ b/src/subtask/subtaskFastTravel.c
@@ -12,7 +12,7 @@
#include "save.h"
#include "affine.h"
#include "asm.h"
-#include "structures.h"
+#include "pauseMenu.h"
extern void (*const Subtask_FastTravel_Functions[])(void);
void sub_080A6E70(void);