diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-04-19 18:11:56 +0200 |
|---|---|---|
| committer | lepelog <lepelog@users.noreply.github.com> | 2021-04-19 18:11:56 +0200 |
| commit | a9c78b5b0bc85f45e4ed5a3e9f1ddc12c8c47308 (patch) | |
| tree | f1b088b0b73c4df9e7ef80dc0798f8afd1d4ed6c /src/f_op/f_op_scene_pause.cpp | |
| parent | 8cfd681585f83e139bf980917923153664e51093 (diff) | |
| parent | 3e8554bd51f7fd1e8fc2e2dc517295379a780917 (diff) | |
Merge remote-tracking branch 'Julgodis/dol2asm_fullsplitt' into new-disasm-codecopy
Diffstat (limited to 'src/f_op/f_op_scene_pause.cpp')
| -rw-r--r-- | src/f_op/f_op_scene_pause.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_op/f_op_scene_pause.cpp b/src/f_op/f_op_scene_pause.cpp index 0abc80501d..05770967b0 100644 --- a/src/f_op/f_op_scene_pause.cpp +++ b/src/f_op/f_op_scene_pause.cpp @@ -4,10 +4,10 @@ // #include "f_op/f_op_scene_pause.h" -#include "f_pc/f_pc_executor.h" -#include "f_pc/f_pc_manager.h" #include "dol2asm.h" #include "dolphin/types.h" +#include "f_pc/f_pc_executor.h" +#include "f_pc/f_pc_manager.h" // // Declarations: |
