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