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/MP1/MP1.hpp"
|
||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||
|
||||
namespace metaforce::MP1 {
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "Runtime/CResLoader.hpp"
|
||||
#include "Runtime/GameGlobalObjects.hpp"
|
||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||
|
||||
#include "Runtime/MP1/MP1.hpp"
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
#include "Runtime/Graphics/Shaders/CColoredQuadFilter.hpp"
|
||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||
|
||||
namespace metaforce {
|
||||
struct CFinalInput;
|
||||
class CGuiFrame;
|
||||
class CGuiTableGroup;
|
||||
class CGuiTextPane;
|
||||
class CGuiWidget;
|
||||
|
|
Loading…
Reference in New Issue