mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 02:06: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,8 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Character/CSteeringBehaviors.hpp"
|
||||
#include "World/CDamageInfo.hpp"
|
||||
#include "World/CPatterned.hpp"
|
||||
#include <string_view>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/Character/CSteeringBehaviors.hpp"
|
||||
#include "Runtime/World/CDamageInfo.hpp"
|
||||
#include "Runtime/World/CPatterned.hpp"
|
||||
|
||||
namespace urde::MP1 {
|
||||
class CEnergyBall : public CPatterned {
|
||||
|
||||
Reference in New Issue
Block a user