Added a dynamic array.

This commit is contained in:
2021-09-05 00:34:29 -07:00
parent c0d13042b4
commit cb447a6033
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;