CAtomicAlpha: Organize cpp includes

This commit is contained in:
Lioncash 2019-10-03 00:30:03 -04:00
parent c0c214cc56
commit ee791d6a37
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
#include "CAtomicAlpha.hpp" #include "Runtime/MP1/World/CAtomicAlpha.hpp"
#include "World/CWorld.hpp"
#include "World/CGameArea.hpp" #include "Runtime/CStateManager.hpp"
#include "World/CPlayer.hpp" #include "Runtime/Weapon/CPlayerGun.hpp"
#include "World/CPatternedInfo.hpp" #include "Runtime/World/CGameArea.hpp"
#include "Weapon/CPlayerGun.hpp" #include "Runtime/World/CPatternedInfo.hpp"
#include "Runtime/World/CPlayer.hpp"
#include "Runtime/World/CWorld.hpp"
#include "CStateManager.hpp"
namespace urde::MP1 { namespace urde::MP1 {
const std::string_view CAtomicAlpha::skBombLocators[4] = {"bomb1_LCTR"sv, "bomb2_LCTR"sv, "bomb3_LCTR"sv, const std::string_view CAtomicAlpha::skBombLocators[4] = {"bomb1_LCTR"sv, "bomb2_LCTR"sv, "bomb3_LCTR"sv,
"bomb4_LCTR"sv}; "bomb4_LCTR"sv};