mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07: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,22 +1,27 @@
|
||||
#pragma once
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
#include "CGuiHeadWidget.hpp"
|
||||
#include "CGuiWidgetIdDB.hpp"
|
||||
#include "IObj.hpp"
|
||||
#include "boo/IWindow.hpp"
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "Runtime/IObj.hpp"
|
||||
#include "Runtime/GuiSys/CGuiHeadWidget.hpp"
|
||||
#include "Runtime/GuiSys/CGuiWidgetIdDB.hpp"
|
||||
#include "Runtime/GuiSys/CGuiWidget.hpp"
|
||||
|
||||
#include <boo/IWindow.hpp>
|
||||
|
||||
namespace urde {
|
||||
class CBooModel;
|
||||
class CGuiCamera;
|
||||
class CGuiLight;
|
||||
class CGuiSys;
|
||||
class CLight;
|
||||
class CGuiCamera;
|
||||
struct CFinalInput;
|
||||
class CGuiLight;
|
||||
class CVParamTransfer;
|
||||
class CObjectReference;
|
||||
class CSimplePool;
|
||||
class CBooModel;
|
||||
class CVParamTransfer;
|
||||
struct CFinalInput;
|
||||
|
||||
class CGuiFrame {
|
||||
friend class CGuiSys;
|
||||
|
||||
Reference in New Issue
Block a user