15 lines
156 B
C++
15 lines
156 B
C++
#include "Batman.h"
|
|
|
|
using namespace JusticeLeagueWinRT;
|
|
using namespace Platform;
|
|
|
|
Batman::Batman()
|
|
{
|
|
}
|
|
|
|
void Batman::savePeople()
|
|
{
|
|
int i = 0;
|
|
i++;
|
|
}
|