mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 06:27:43 +00:00
General: Normalize RuntimeCommonB include paths
Finishes the normalizing of all of includes within the RuntimeCommonB target's headers.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "CScriptActor.hpp"
|
||||
#include "CPlayerState.hpp"
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#include "Runtime/CPlayerState.hpp"
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
#include "Runtime/World/CScriptActor.hpp"
|
||||
|
||||
namespace urde {
|
||||
class CScriptPlayerActor : public CScriptActor {
|
||||
|
||||
Reference in New Issue
Block a user