diff options
author | shfil <filip.gawin@zoho.com> | 2020-11-02 13:31:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 13:31:25 +0100 |
commit | e587974759bd98a1f56dd752537b8ffe184b747b (patch) | |
tree | 89d152cf3c069317a110ba7136be3d533382398a /src | |
parent | Fix the goddamn spaces for tabs master race (diff) | |
download | re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar.gz re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar.bz2 re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar.lz re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar.xz re3-e587974759bd98a1f56dd752537b8ffe184b747b.tar.zst re3-e587974759bd98a1f56dd752537b8ffe184b747b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Frontend_PS2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Frontend_PS2.cpp b/src/core/Frontend_PS2.cpp index d474ee65..a1d802f2 100644 --- a/src/core/Frontend_PS2.cpp +++ b/src/core/Frontend_PS2.cpp @@ -22,7 +22,7 @@ #include "Game.h" #include "World.h" #include "PlayerInfo.h" -#include "FrontendControls.h" +#include "FrontEndControls.h" #include "MemoryCard.h" #define CRect_SZ(x, y, w, h) CRect(x, y, x+w, y+h) @@ -3044,4 +3044,4 @@ CMenuManager::FilterOutColorMarkersFromString(wchar *string, CRGBA &color) *dst = '\0'; } -#endif
\ No newline at end of file +#endif |