2019-11-11 23:01:05 +01:00

15 lines
156 B
C++

#include "Batman.h"
using namespace JusticeLeagueWinRT;
using namespace Platform;
Batman::Batman()
{
}
void Batman::savePeople()
{
int i = 0;
i++;
}