mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 06:33:28 +00:00
CArtifactDoll: Organize cpp includes
This commit is contained in:
parent
18382e5bb6
commit
bea9c5bb74
@ -1,8 +1,16 @@
|
||||
#include "CArtifactDoll.hpp"
|
||||
#include "GameGlobalObjects.hpp"
|
||||
#include "CSimplePool.hpp"
|
||||
#include "CStateManager.hpp"
|
||||
#include "Graphics/CBooRenderer.hpp"
|
||||
#include "Runtime/MP1/CArtifactDoll.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
#include "Runtime/CSimplePool.hpp"
|
||||
#include "Runtime/CStateManager.hpp"
|
||||
#include "Runtime/GameGlobalObjects.hpp"
|
||||
#include "Runtime/Graphics/CBooRenderer.hpp"
|
||||
#include "Runtime/Graphics/CGraphics.hpp"
|
||||
|
||||
#include <zeus/CColor.hpp>
|
||||
#include <zeus/CTransform.hpp>
|
||||
|
||||
namespace urde::MP1 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user