cstring and csprite are working

This commit is contained in:
2025-02-18 15:28:17 -08:00
parent 993330a3a4
commit a77df22ffe
5 changed files with 46 additions and 41 deletions

View File

@@ -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);