mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +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,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include "Runtime/CGameDebug.hpp"
|
||||
#include "Runtime/CGameOptionsTouchBar.hpp"
|
||||
@@ -19,20 +21,20 @@
|
||||
#include <zeus/CVector3f.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CAudioGroupSet;
|
||||
class CDependencyGroup;
|
||||
class CGuiFrame;
|
||||
class CGuiModel;
|
||||
class CGuiSliderGroup;
|
||||
class CGuiTableGroup;
|
||||
class CMoviePlayer;
|
||||
struct SObjectTag;
|
||||
class CDependencyGroup;
|
||||
class CTexture;
|
||||
class CAudioGroupSet;
|
||||
class CSaveWorld;
|
||||
class CStringTable;
|
||||
class CGuiFrame;
|
||||
class CGuiTableGroup;
|
||||
class CGuiTextPane;
|
||||
class CGuiWidget;
|
||||
class CGuiTableGroup;
|
||||
class CGuiModel;
|
||||
class CMoviePlayer;
|
||||
class CSaveWorld;
|
||||
class CStringTable;
|
||||
class CTexture;
|
||||
struct SObjectTag;
|
||||
|
||||
namespace MP1 {
|
||||
class CNESEmulator;
|
||||
|
||||
Reference in New Issue
Block a user