mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +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,12 +1,13 @@
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include "CSimplePool.hpp"
|
||||
#include "CFontImageDef.hpp"
|
||||
#include "CGuiSys.hpp"
|
||||
#include "CTextExecuteBuffer.hpp"
|
||||
#include "CTextParser.hpp"
|
||||
#include "Graphics/CGraphicsPalette.hpp"
|
||||
#include "Graphics/CGraphics.hpp"
|
||||
#include "GuiSys/CRasterFont.hpp"
|
||||
#include "Runtime/GuiSys/CGuiTextSupport.hpp"
|
||||
|
||||
#include "Runtime/CSimplePool.hpp"
|
||||
#include "Runtime/Graphics/CGraphics.hpp"
|
||||
#include "Runtime/Graphics/CGraphicsPalette.hpp"
|
||||
#include "Runtime/GuiSys/CFontImageDef.hpp"
|
||||
#include "Runtime/GuiSys/CGuiSys.hpp"
|
||||
#include "Runtime/GuiSys/CRasterFont.hpp"
|
||||
#include "Runtime/GuiSys/CTextExecuteBuffer.hpp"
|
||||
#include "Runtime/GuiSys/CTextParser.hpp"
|
||||
|
||||
namespace urde {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user