kiba-engine
console.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <kiba/defines.h>
9 
17 void platform_console_write(const char *msg, u8 color);
18 
26 void platform_console_write_error(const char *msg, u8 color);
27 
32 void platform_print_stacktrace(void);
void platform_print_stacktrace(void)
Print the the call stack of the caller.
Definition: console.c:35
void platform_console_write(const char *msg, u8 color)
Write message to the platforms console.
Definition: console.c:25
void platform_console_write_error(const char *msg, u8 color)
Write message to the platforms error console.
Definition: console.c:30
Global typedefs and macros.