mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 08:46: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,9 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "World/CPatterned.hpp"
|
||||
#include "World/CDamageInfo.hpp"
|
||||
#include "DataSpec/DNAMP1/SFX/Metaree.h"
|
||||
|
||||
#include "Runtime/World/CDamageInfo.hpp"
|
||||
#include "Runtime/World/CPatterned.hpp"
|
||||
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde::MP1 {
|
||||
class CMetaree : public CPatterned {
|
||||
float x568_delay;
|
||||
|
||||
Reference in New Issue
Block a user