# HG changeset patch
# User Ritor1
# Date 1389612720 -21600
# Node ID 86c9c8e207d5a11cf419030858b83402be9dee96
# Parent c68723f7b52286fd6280686070348bd51ce68afe
remove TestClass.h
diff -r c68723f7b522 -r 86c9c8e207d5 Build/Visual Studio 2010/World of Might and Magic.vcxproj
--- 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 @@
-
diff -r c68723f7b522 -r 86c9c8e207d5 Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters
--- 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 @@
-
NewUI
diff -r c68723f7b522 -r 86c9c8e207d5 TestClass.h
--- 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