mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:47: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,15 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "CSaveableState.hpp"
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/GCNTypes.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
#include "Runtime/GuiSys/CSaveableState.hpp"
|
||||
|
||||
#include <zeus/CVector2i.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CInstruction;
|
||||
class CFontImageDef;
|
||||
class CTextRenderBuffer;
|
||||
class CBlockInstruction;
|
||||
class CFontImageDef;
|
||||
class CInstruction;
|
||||
class CLineInstruction;
|
||||
class CTextRenderBuffer;
|
||||
|
||||
class CTextExecuteBuffer {
|
||||
friend class CGuiTextSupport;
|
||||
|
||||
Reference in New Issue
Block a user