Added some array utils.

This commit is contained in:
2021-06-13 18:16:35 -07:00
parent 928c3c838e
commit 77389ffd15
16 changed files with 242 additions and 45 deletions

View File

@ -45,6 +45,7 @@ typedef struct {
// Rendering assets
texture_t bodyTexture;
primitive_t bodyPrimitive;
texture_t faceTexture;
primitive_t facePrimitive;
primitive_t facePrimitive;
} pokerplayer_t;