added some more tests to render test and csprite is working

This commit is contained in:
2025-02-14 17:47:42 -08:00
parent 9f46853d5d
commit 993330a3a4
4 changed files with 46 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ extern "C" {
#define NULL_CELL (struct tart_cell){{0,0,0},{0,0,0},0,0,0}
#define TART_CELL_DATA_SIZE 16 // todo add number
#else
#define NULL_CELL (struct tart_cell){0,0,0,0}
#define NULL_CELL (struct tart_cell){0,0,0,' '}
#define TART_CELL_DATA_SIZE 20
#endif
#define TART_OK 0