separate the rest of general drawing code
This commit is contained in:
@ -49,7 +49,7 @@ typedef struct Rect {
|
||||
float h;
|
||||
} Rect;
|
||||
|
||||
|
||||
/* TODO: remove from here? */
|
||||
typedef struct Matrix4 {
|
||||
Vec4 row[4];
|
||||
} Matrix4;
|
||||
|
Reference in New Issue
Block a user