mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +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 "CToken.hpp"
|
||||
#include "CAnimSysContext.hpp"
|
||||
#include <memory>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/Character/CAnimSysContext.hpp"
|
||||
|
||||
namespace urde {
|
||||
class CTransitionDatabaseGame;
|
||||
class CAnimTreeNode;
|
||||
class CRandom16;
|
||||
class CSimplePool;
|
||||
class CAnimTreeNode;
|
||||
class CTransitionDatabaseGame;
|
||||
|
||||
class CTransitionManager {
|
||||
CAnimSysContext x0_animCtx;
|
||||
|
||||
Reference in New Issue
Block a user