RetroArch/pkg/msvc-uwp/RetroArch-msvc2017-UWP-cores-nonfree/dummy.cpp

6 lines
124 B
C++
Raw Normal View History

[Platform::MTAThread]
int main(Platform::Array<Platform::String^>^)
{
throw ref new Platform::NotImplementedException();
}