10 lines
167 B
C
10 lines
167 B
C
#ifndef CONSOLE_H
|
|
#define CONSOLE_H
|
|
|
|
#include "shitgui.h"
|
|
|
|
void console_init(SG_Context *ctx);
|
|
void console_set_color(u32 color);
|
|
void kprint(const char *str);
|
|
|
|
#endif |