mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 11:47:42 +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,23 +1,27 @@
|
||||
#pragma once
|
||||
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include "CDrawStringOptions.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "zeus/CColor.hpp"
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/GCNTypes.hpp"
|
||||
#include "Runtime/GuiSys/CDrawStringOptions.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
|
||||
#include <zeus/CColor.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CRasterFont;
|
||||
|
||||
class CSaveableState {
|
||||
friend class CTextExecuteBuffer;
|
||||
friend class CColorOverrideInstruction;
|
||||
friend class CFontInstruction;
|
||||
friend class CGuiTextSupport;
|
||||
friend class CLineExtraSpaceInstruction;
|
||||
friend class CTextInstruction;
|
||||
friend class CLineSpacingInstruction;
|
||||
friend class CRemoveColorOverrideInstruction;
|
||||
friend class CTextExecuteBuffer;
|
||||
friend class CTextInstruction;
|
||||
friend class CWordInstruction;
|
||||
friend class CGuiTextSupport;
|
||||
|
||||
protected:
|
||||
CDrawStringOptions x0_drawStrOpts;
|
||||
|
||||
Reference in New Issue
Block a user