changeset 2161:86c9c8e207d5

remove TestClass.h
author Ritor1
date Mon, 13 Jan 2014 17:32:00 +0600
parents c68723f7b522
children 5e1f535bad58
files Build/Visual Studio 2010/World of Might and Magic.vcxproj Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters TestClass.h
diffstat 3 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj	Mon Jan 13 17:30:22 2014 +0600
+++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj	Mon Jan 13 17:32:00 2014 +0600
@@ -439,7 +439,6 @@
     <ClInclude Include="..\..\stru367.h" />
     <ClInclude Include="..\..\stru6.h" />
     <ClInclude Include="..\..\stru9.h" />
-    <ClInclude Include="..\..\TestClass.h" />
     <ClInclude Include="..\..\texts.h" />
     <ClInclude Include="..\..\Texture.h" />
     <ClInclude Include="..\..\TileFrameTable.h" />
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters	Mon Jan 13 17:30:22 2014 +0600
+++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters	Mon Jan 13 17:32:00 2014 +0600
@@ -81,7 +81,6 @@
     <ClInclude Include="..\..\Viewport.h" />
     <ClInclude Include="..\..\Vis.h" />
     <ClInclude Include="..\..\Weather.h" />
-    <ClInclude Include="..\..\TestClass.h" />
     <ClInclude Include="..\..\NewUI\MainMenu.h">
       <Filter>NewUI</Filter>
     </ClInclude>
--- a/TestClass.h	Mon Jan 13 17:30:22 2014 +0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#pragma once
-
-class TestClass{
-public:
-    TestClass():mX(1){}
- 
-	int getX(){return mX;}
-	void setX(int x){mX = x;}
- 
-private:
-    int mX;// = 1;
-};
\ No newline at end of file