Added settings to CMake

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

View File

@ -13,9 +13,6 @@
#include "../../vn/vnscene.h"
#include "pokerui.h"
/** Name of the Poker Game */
#define POKER_GAME_NAME "Dawn Poker Game"
typedef struct {
/** Poker Game State */
poker_t poker;