Fix SDL build again, and put CwCheatScreen.cpp in the proper place.

This commit is contained in:
The Dax 2013-08-24 09:54:15 -04:00
parent e35b7ef9a5
commit 30b1427668
2 changed files with 6 additions and 2 deletions

View file

@ -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<std::string> cheatList;
extern void DrawBackground(float alpha);

View file

@ -28,6 +28,9 @@
<ClCompile Include="ControlMappingScreen.cpp">
<Filter>Screens</Filter>
</ClCompile>
<ClCompile Include="CwCheatScreen.cpp">
<Filter>Screens</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="GameInfoCache.h" />
@ -56,7 +59,7 @@
<ClInclude Include="ControlMappingScreen.h">
<Filter>Screens</Filter>
</ClInclude>
<ClInclude Include="Header.h">
<ClInclude Include="CwCheatScreen.h">
<Filter>Screens</Filter>
</ClInclude>
</ItemGroup>