mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 01:26:08 +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,22 +1,25 @@
|
||||
#pragma once
|
||||
|
||||
#include "hecl/hecl.hpp"
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <stack>
|
||||
#include "CSaveableState.hpp"
|
||||
#include "IOStreams.hpp"
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/IOStreams.hpp"
|
||||
#include "Runtime/GuiSys/CSaveableState.hpp"
|
||||
|
||||
#include <hecl/hecl.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CGuiObject;
|
||||
class CVParamTransfer;
|
||||
struct SObjectTag;
|
||||
class IFactory;
|
||||
class CSimplePool;
|
||||
class CGuiWidget;
|
||||
class CGuiFrame;
|
||||
class CTextParser;
|
||||
class CGuiObject;
|
||||
class CGuiWidget;
|
||||
class CSimplePool;
|
||||
class CTextExecuteBuffer;
|
||||
class CTextParser;
|
||||
class CVParamTransfer;
|
||||
class IFactory;
|
||||
struct SObjectTag;
|
||||
|
||||
class CGuiSys {
|
||||
friend class CGuiFrame;
|
||||
|
||||
Reference in New Issue
Block a user