diff options
| author | Henny022p <info@henny022.de> | 2025-03-09 12:01:00 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 19:00:33 +0000 |
| commit | 46506530fc489732833e26d321b8879e9b13e6b4 (patch) | |
| tree | b4a93723ef662c60c2b5a6e3f755efd8994e3f5a /src/beanstalkSubtask.c | |
| parent | 3b9b1a388beba1d8293bea15352775a6139d3d52 (diff) | |
cleanup structures.h
Diffstat (limited to 'src/beanstalkSubtask.c')
| -rw-r--r-- | src/beanstalkSubtask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beanstalkSubtask.c b/src/beanstalkSubtask.c index 0131c684..3188b2e8 100644 --- a/src/beanstalkSubtask.c +++ b/src/beanstalkSubtask.c @@ -17,10 +17,10 @@ #include "player.h" #include "screen.h" #include "scroll.h" -#include "structures.h" #include "tiles.h" #include "affine.h" #include "subtask.h" +#include "ui.h" extern void sub_0807C898(void); extern void sub_0805BB74(s32); |
