summaryrefslogtreecommitdiff
path: root/Tests/VSWinStorePhone/WinRT/Batman.cpp
blob: e0922589826fa4bbe55f1cb7d386de4d93aa57a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "Batman.h"

using namespace JusticeLeagueWinRT;
using namespace Platform;

Batman::Batman()
{
}

void Batman::savePeople()
{
  int i = 0;
  i++;
}