Added a dynamic array.

This commit is contained in:
2021-09-05 00:34:29 -07:00
parent ee9334478f
commit d43c582629
20 changed files with 403 additions and 25 deletions

View File

@ -14,4 +14,5 @@ typedef struct {
primitive_t quad;
float u0, v0;
float u1, v1;
float width, height;
} image_t;