diff options
| author | Henny022p <info@henny022.de> | 2025-03-05 17:09:01 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:58:01 +0000 |
| commit | 3b9b1a388beba1d8293bea15352775a6139d3d52 (patch) | |
| tree | 5c858381f0fe8880b162f1688192d0255c2e589e /src/debug.c | |
| parent | d602b93c8d5a81d9d92425d16dd45a36f6450878 (diff) | |
cleanup headers
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index 6edbf3ee..c8a92ace 100644 --- a/src/debug.c +++ b/src/debug.c @@ -6,13 +6,14 @@ */ #include "common.h" -#include "functions.h" #include "game.h" #include "main.h" #include "menu.h" #include "message.h" #include "screen.h" #include "sound.h" +#include "save.h" +#include "structures.h" void sub_0805FA04(void); void sub_0805FA98(void); |
