Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
VSWinStorePhone
/
WinRT
/
Batman.h
blob: e2dcabc46ebff5efdd0cc8b97b361ab72f8cfd2a [
file
]
#pragma
once
namespace
JusticeLeagueWinRT
{
public
ref
class
Batman
sealed
{
public
:
Batman
();
void
savePeople
();
};
}