13 lines
125 B
C++
13 lines
125 B
C++
#pragma once
|
|
|
|
namespace JusticeLeagueWinRT {
|
|
public
|
|
ref class Batman sealed
|
|
{
|
|
public:
|
|
Batman();
|
|
|
|
void savePeople();
|
|
};
|
|
}
|