mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 16: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,9 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "World/CActor.hpp"
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
#include "Runtime/World/CActor.hpp"
|
||||
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CProjectedShadow;
|
||||
|
||||
class CScriptShadowProjector : public CActor {
|
||||
float xe8_scale;
|
||||
zeus::CVector3f xec_offset;
|
||||
|
||||
Reference in New Issue
Block a user