mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-14 00:51:49 +01:00
9 lines
144 B
C
9 lines
144 B
C
// coreinit/debug.h
|
|
EXPORT(OSConsoleWrite);
|
|
EXPORT(OSReport);
|
|
EXPORT(OSPanic);
|
|
EXPORT(OSFatal);
|
|
|
|
// coreinit/exit.h
|
|
EXPORT(exit);
|
|
EXPORT(_Exit); |