diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-08 22:40:04 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-09 10:09:08 +0100 |
| commit | 32b7ce138d86d862290909f7e9a23c703e0675e1 (patch) | |
| tree | 8d311a4ac4072ec4cc0166e9fcb05d3b63b2c3a6 /src/d/d_sc_game.cpp | |
| parent | c558c88f2534c699661671d41fcbd84633be74b3 (diff) | |
dStageMgr_c start, more splits
Diffstat (limited to 'src/d/d_sc_game.cpp')
| -rw-r--r-- | src/d/d_sc_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_sc_game.cpp b/src/d/d_sc_game.cpp index ce809c76..c0948c6e 100644 --- a/src/d/d_sc_game.cpp +++ b/src/d/d_sc_game.cpp @@ -2,6 +2,7 @@ #include "common.h" #include "d/d_base.h" +#include "d/d_stage_mgr.h" #include "d/flag/storyflag_manager.h" #include "f/f_base.h" #include "f/f_profile_name.h" @@ -15,7 +16,6 @@ #include "toBeSorted/minigame_mgr.h" #include "toBeSorted/music_mgrs.h" #include "toBeSorted/some_gxf_thing.h" -#include "toBeSorted/stage_manager.h" #include <cstring> |
