2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 21:11:22 +00:00

CAtomicBeta: Organize cpp includes

This commit is contained in:
Lioncash 2019-10-03 01:30:04 -04:00
parent e0e38b569e
commit abe8b9510b

View File

@ -1,11 +1,12 @@
#include "CAtomicBeta.hpp" #include "Runtime/MP1/World/CAtomicBeta.hpp"
#include "Particle/CWeaponDescription.hpp"
#include "Weapon/CPlayerGun.hpp" #include "Runtime/CSimplePool.hpp"
#include "Weapon/CElectricBeamProjectile.hpp" #include "Runtime/CStateManager.hpp"
#include "World/CPlayer.hpp" #include "Runtime/GameGlobalObjects.hpp"
#include "GameGlobalObjects.hpp" #include "Runtime/Particle/CWeaponDescription.hpp"
#include "CStateManager.hpp" #include "Runtime/Weapon/CElectricBeamProjectile.hpp"
#include "CSimplePool.hpp" #include "Runtime/Weapon/CPlayerGun.hpp"
#include "Runtime/World/CPlayer.hpp"
namespace urde::MP1 { namespace urde::MP1 {
const std::string_view CAtomicBeta::skBombLocators[3] = {"bomb2_LCTR"sv, "bomb3_LCTR"sv, "bomb4_LCTR"sv}; const std::string_view CAtomicBeta::skBombLocators[3] = {"bomb2_LCTR"sv, "bomb3_LCTR"sv, "bomb4_LCTR"sv};