Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
VSWinStorePhone
/
WinRT
/
Batman.h
blob: e2dcabc46ebff5efdd0cc8b97b361ab72f8cfd2a [
file
] [
log
] [
blame
]
#pragma
once
namespace
JusticeLeagueWinRT
{
public
ref
class
Batman
sealed
{
public
:
Batman
();
void
savePeople
();
};
}