wut/rpl/libcoreinit/exports.h

9 lines
144 B
C
Raw Normal View History

2016-01-06 00:24:54 +01:00
// coreinit/debug.h
EXPORT(OSConsoleWrite);
EXPORT(OSReport);
EXPORT(OSPanic);
EXPORT(OSFatal);
// coreinit/exit.h
EXPORT(exit);
EXPORT(_Exit);