mirror of https://github.com/AxioDL/metaforce.git
CSaveGameScreen: Fix MSVC compilation
This commit is contained in:
parent
df56ed5651
commit
7d418581cf
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
#include "Runtime/CIOWin.hpp"
|
#include "Runtime/CIOWin.hpp"
|
||||||
#include "Runtime/CToken.hpp"
|
#include "Runtime/CToken.hpp"
|
||||||
#include "Runtime/RetroTypes.hpp"
|
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||||
#include "Runtime/MP1/CMemoryCardDriver.hpp"
|
#include "Runtime/MP1/CMemoryCardDriver.hpp"
|
||||||
#include "Runtime/MP1/CSaveGameScreenTouchBar.hpp"
|
#include "Runtime/MP1/CSaveGameScreenTouchBar.hpp"
|
||||||
|
#include "Runtime/RetroTypes.hpp"
|
||||||
|
|
||||||
namespace urde {
|
namespace urde {
|
||||||
class CGuiFrame;
|
|
||||||
class CGuiTableGroup;
|
class CGuiTableGroup;
|
||||||
class CGuiTextPane;
|
class CGuiTextPane;
|
||||||
class CSaveWorld;
|
class CSaveWorld;
|
||||||
|
|
Loading…
Reference in New Issue