mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
General: Normalize several headers' include paths
Normalizes the include paths and makes them consistent. Also adds any missing includes relevant to the interface.
This commit is contained in:
@@ -1,18 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include "CSaveableState.hpp"
|
||||
#include "CDrawStringOptions.hpp"
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/GuiSys/CDrawStringOptions.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
#include "Runtime/GuiSys/CSaveableState.hpp"
|
||||
|
||||
namespace urde {
|
||||
class CLineInstruction;
|
||||
class CBlockInstruction;
|
||||
class CLineInstruction;
|
||||
|
||||
class CFontRenderState : public CSaveableState {
|
||||
friend class CLineInstruction;
|
||||
friend class CBlockInstruction;
|
||||
friend class CTextInstruction;
|
||||
friend class CImageInstruction;
|
||||
friend class CLineInstruction;
|
||||
friend class CTextInstruction;
|
||||
friend class CWordInstruction;
|
||||
|
||||
CBlockInstruction* x88_curBlock = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user