diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-02 01:17:27 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-02 01:28:24 -0500 |
| commit | a7aef34839825c6d30056e456e0c9dd3f3e73582 (patch) | |
| tree | fe44ab522cdd25800b50063ec5f8b0eae310a066 /src/d/d_map.cpp | |
| parent | 6829e2e877beaac91fd10259787402d5901c218b (diff) | |
start d_a_bk
Diffstat (limited to 'src/d/d_map.cpp')
| -rw-r--r-- | src/d/d_map.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index d72b793a..d139cb48 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -3,8 +3,8 @@ // Translation Unit: d_map.cpp // -#include "d_map.h" -#include "dolphin/types.h" +#include "d/d_map.h" +#include "d/d_stage.h" /* 800455AC-80045660 .text onSaveArriveGridForAgbUseGridPos__Fii */ void onSaveArriveGridForAgbUseGridPos(int, int) { |
