mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 10:06:10 +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,5 +1,11 @@
|
||||
#pragma once
|
||||
#include "World/CPatterned.hpp"
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include "Runtime/rstl.hpp"
|
||||
#include "Runtime/World/CPatterned.hpp"
|
||||
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CWeaponDescription;
|
||||
|
||||
Reference in New Issue
Block a user