Added settings to CMake

This commit is contained in:
2021-08-14 07:51:46 -07:00
parent 98b50f5987
commit e7f6e356e0
9 changed files with 78 additions and 30 deletions

View File

@ -10,9 +10,6 @@
bool pokerGameInit(game_t *game) {
pokergame_t *pokerGame = &game->pokerGame;
// Init the game
game->name = POKER_GAME_NAME;
// Load the Assets
pokerGameAssetsInit(&pokerGame->assets);