added some more tests to render test and csprite is working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user