Cleanup: Removed useless Scene class

This commit is contained in:
2017-10-13 14:53:51 +02:00
parent a51ea64692
commit bd98dc8a4e
4 changed files with 0 additions and 31 deletions

View File

@@ -86,7 +86,6 @@
<ClCompile Include="Lasers.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Menu.cpp" />
<ClCompile Include="Scene.cpp" />
<ClCompile Include="Score.cpp" />
<ClCompile Include="StarField.cpp" />
<ClCompile Include="Xwing.cpp" />
@@ -98,7 +97,6 @@
<ClInclude Include="keyHandlers.h" />
<ClInclude Include="Lasers.h" />
<ClInclude Include="Menu.h" />
<ClInclude Include="Scene.h" />
<ClInclude Include="Score.h" />
<ClInclude Include="StarField.h" />
<ClInclude Include="stb_image.h" />