kiba-engine
|
Interface to access platform specific console printing functionality. More...
#include <kiba/defines.h>
Go to the source code of this file.
Functions | |
void | platform_console_write (const char *msg, u8 color) |
Write message to the platforms console. More... | |
void | platform_console_write_error (const char *msg, u8 color) |
Write message to the platforms error console. More... | |
void | platform_print_stacktrace (void) |
Print the the call stack of the caller. More... | |
Interface to access platform specific console printing functionality.
Definition in file console.h.
void platform_console_write | ( | const char * | msg, |
u8 | color | ||
) |
void platform_console_write_error | ( | const char * | msg, |
u8 | color | ||
) |