Added assets

This commit is contained in:
2021-05-21 07:20:22 -07:00
parent 8fbf353cd9
commit 58e86d160e
4 changed files with 9 additions and 19 deletions

View File

@ -19,14 +19,6 @@ typedef struct {
/** Engine for the game */
engine_t engine;
texture_t texture;
shader_t shader;
primitive_t primitive;
camera_t camera;
/** Poker Game State */
poker_t poker;
} game_t;
/** The current running game state. */
extern game_t GAME_STATE;
} game_t;