mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-11 12:16:30 -05:00
Simple formatting changes.
This commit is contained in:
@@ -6,13 +6,16 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void
|
||||
OSConsoleWrite(const char *msg, uint32_t size);
|
||||
OSConsoleWrite(const char *msg,
|
||||
uint32_t size);
|
||||
|
||||
void
|
||||
OSReport(const char *fmt, ...);
|
||||
|
||||
void
|
||||
OSPanic(const char *file, uint32_t line, const char *fmt, ...);
|
||||
OSPanic(const char *file,
|
||||
uint32_t line,
|
||||
const char *fmt, ...);
|
||||
|
||||
void
|
||||
OSFatal(const char *msg);
|
||||
|
||||
Reference in New Issue
Block a user