mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 18:35:08 +01:00
6 lines
153 B
C++
6 lines
153 B
C++
|
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.");
|
||
|
}
|
||
|
|