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

13 lines
125 B
C++

#pragma once
namespace JusticeLeagueWinRT {
public
ref class Batman sealed
{
public:
Batman();
void savePeople();
};
}