separate the rest of general drawing code

This commit is contained in:
veclavtalica
2025-01-03 21:59:00 +03:00
parent 472a0657f3
commit 4f2b8ccd01
5 changed files with 378 additions and 376 deletions

View File

@ -49,7 +49,7 @@ typedef struct Rect {
float h;
} Rect;
/* TODO: remove from here? */
typedef struct Matrix4 {
Vec4 row[4];
} Matrix4;