WiiUPluginSystem/libraries/libwups/main.cpp

6 lines
153 B
C++
Raw Normal View History

extern "C" void OSFatal(const char *msg);
extern "C" void __wups_start(){
OSFatal("This file needs to be run with the Wii U Plugin System.");
}