mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 10:25:10 +01:00
195e686a50
- Remove the fs function wrapper
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.");
|
|
}
|
|
|