Added some array utils.

This commit is contained in:
2021-06-13 18:16:35 -07:00
parent c69805feb1
commit 337d93438c
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;