Brought over unfinished ai code.
This commit is contained in:
@@ -104,4 +104,7 @@
|
||||
#define CARD_SUIT_COUNT 4
|
||||
|
||||
/** Standard Card Deck Size */
|
||||
#define CARD_DECK_SIZE 52
|
||||
#define CARD_DECK_SIZE 52
|
||||
|
||||
inline uint8_t cardGetNumber(uint8_t card);
|
||||
inline uint8_t cardGetSuit(uint8_t card);
|
Reference in New Issue
Block a user