#include "Batman.h"

using namespace JusticeLeagueWinRT;
using namespace Platform;

Batman::Batman()
{
}

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