13 lines
125 B
C
Raw Normal View History

2019-11-11 23:01:05 +01:00
#pragma once
namespace JusticeLeagueWinRT {
public
ref class Batman sealed
{
public:
Batman();
void savePeople();
};
}