mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 02:54:14 +01:00
Fix include in Frontend_PS2.cpp
This commit is contained in:
parent
30d1cbfecd
commit
e587974759
@ -22,7 +22,7 @@
|
|||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "PlayerInfo.h"
|
#include "PlayerInfo.h"
|
||||||
#include "FrontendControls.h"
|
#include "FrontEndControls.h"
|
||||||
#include "MemoryCard.h"
|
#include "MemoryCard.h"
|
||||||
|
|
||||||
#define CRect_SZ(x, y, w, h) CRect(x, y, x+w, y+h)
|
#define CRect_SZ(x, y, w, h) CRect(x, y, x+w, y+h)
|
||||||
|
Loading…
Reference in New Issue
Block a user