From 30b142766864ec18da7a150ca7454c53367f4f5b Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 24 Aug 2013 09:54:15 -0400 Subject: [PATCH] Fix SDL build again, and put CwCheatScreen.cpp in the proper place. --- UI/CwCheatScreen.cpp | 3 ++- UI/UI.vcxproj.filters | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/UI/CwCheatScreen.cpp b/UI/CwCheatScreen.cpp index 4d7d99fb44..7b1c8d252a 100644 --- a/UI/CwCheatScreen.cpp +++ b/UI/CwCheatScreen.cpp @@ -20,6 +20,7 @@ #include "input/input_state.h" #include "ui/ui.h" +#include "ui/view.h" #include "i18n/i18n.h" #include "Core/Core.h" @@ -34,7 +35,7 @@ #include "UI/GameInfoCache.h" #include "UI/MiscScreens.h" #include "UI/CwCheatScreen.h" -#include "UI/view.h" + bool enableAll = false; static std::vector cheatList; extern void DrawBackground(float alpha); diff --git a/UI/UI.vcxproj.filters b/UI/UI.vcxproj.filters index cb7e461e8b..784bc38693 100644 --- a/UI/UI.vcxproj.filters +++ b/UI/UI.vcxproj.filters @@ -28,6 +28,9 @@ Screens + + Screens + @@ -56,7 +59,7 @@ Screens - + Screens