cstring and csprite are working
This commit is contained in:
@@ -159,6 +159,7 @@ struct tart_window {
|
||||
|
||||
struct tart_window tart_create_window();
|
||||
struct tart_buffer tart_create_buffer(tart_id id, struct tart_vec2 size, struct tart_vec2 position);
|
||||
tart_byte tart_restore_window(struct tart_window*);
|
||||
|
||||
#ifdef TART_RGB_COLORS
|
||||
struct tart_cell tart_create_cell(char display, tart_byte style, struct tart_rgb foreground, struct tart_rgb background);
|
||||
|
||||
Reference in New Issue
Block a user