summaryrefslogtreecommitdiff
path: root/Tests/VSWinStorePhone/WinRT/Batman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSWinStorePhone/WinRT/Batman.cpp')
-rw-r--r--Tests/VSWinStorePhone/WinRT/Batman.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/WinRT/Batman.cpp b/Tests/VSWinStorePhone/WinRT/Batman.cpp
new file mode 100644
index 000000000..e09225898
--- /dev/null
+++ b/Tests/VSWinStorePhone/WinRT/Batman.cpp
@@ -0,0 +1,14 @@
+#include "Batman.h"
+
+using namespace JusticeLeagueWinRT;
+using namespace Platform;
+
+Batman::Batman()
+{
+}
+
+void Batman::savePeople()
+{
+ int i = 0;
+ i++;
+}