2
0
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:
Lioncash
2019-09-22 17:52:05 -04:00
parent 8cdf7f3af3
commit 06789d1860
150 changed files with 927 additions and 576 deletions

View File

@@ -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;