mirror of https://github.com/AxioDL/metaforce.git
Fix compile error with MSVC
This commit is contained in:
parent
3664b1b8d1
commit
4cd242aef3
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#include "Runtime/CCRC32.hpp"
|
#include "Runtime/CCRC32.hpp"
|
||||||
#include "Runtime/MP1/MP1.hpp"
|
#include "Runtime/MP1/MP1.hpp"
|
||||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
|
||||||
|
|
||||||
namespace metaforce::MP1 {
|
namespace metaforce::MP1 {
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
#include "Runtime/CResLoader.hpp"
|
#include "Runtime/CResLoader.hpp"
|
||||||
#include "Runtime/GameGlobalObjects.hpp"
|
#include "Runtime/GameGlobalObjects.hpp"
|
||||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
|
||||||
|
|
||||||
#include "Runtime/MP1/MP1.hpp"
|
#include "Runtime/MP1/MP1.hpp"
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
#include "Runtime/CToken.hpp"
|
#include "Runtime/CToken.hpp"
|
||||||
#include "Runtime/RetroTypes.hpp"
|
#include "Runtime/RetroTypes.hpp"
|
||||||
#include "Runtime/Graphics/Shaders/CColoredQuadFilter.hpp"
|
#include "Runtime/Graphics/Shaders/CColoredQuadFilter.hpp"
|
||||||
|
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||||
|
|
||||||
namespace metaforce {
|
namespace metaforce {
|
||||||
struct CFinalInput;
|
struct CFinalInput;
|
||||||
class CGuiFrame;
|
|
||||||
class CGuiTableGroup;
|
class CGuiTableGroup;
|
||||||
class CGuiTextPane;
|
class CGuiTextPane;
|
||||||
class CGuiWidget;
|
class CGuiWidget;
|
||||||
|
|
Loading…
Reference in New Issue