mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-12 08:46:09 +00:00
General: Normalize RuntimeCommon include paths
Performs the same normalizing done to the RuntimeCommonB target, now all of the runtime headers have normalized include paths.
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "CSegId.hpp"
|
||||
#include "TSegIdMap.hpp"
|
||||
#include "zeus/CQuaternion.hpp"
|
||||
#include "CLayoutDescription.hpp"
|
||||
#include "Runtime/Character/CLayoutDescription.hpp"
|
||||
#include "Runtime/Character/CSegId.hpp"
|
||||
#include "Runtime/Character/TSegIdMap.hpp"
|
||||
|
||||
#include <zeus/CQuaternion.hpp>
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CLayoutDescription;
|
||||
class CCharLayoutInfo;
|
||||
class CLayoutDescription;
|
||||
class CPoseAsTransforms;
|
||||
|
||||
class CHierarchyPoseBuilder {
|
||||
|
||||
Reference in New Issue
Block a user