mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 10:17:02 +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,7 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "World/CEntity.hpp"
|
||||
#include "CMetroidPrimeExo.hpp"
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
#include "Runtime/rstl.hpp"
|
||||
#include "Runtime/MP1/World/CMetroidPrimeExo.hpp"
|
||||
#include "Runtime/World/CEntity.hpp"
|
||||
|
||||
#include <zeus/CTransform.hpp>
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde::MP1 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user