Added camera orbit controls.

This commit is contained in:
2021-08-24 22:04:01 -07:00
parent 02a485860f
commit eed325d702
9 changed files with 61 additions and 23 deletions

View File

@ -15,6 +15,9 @@
/** How many cards the grave can hold */
#define POKER_DEALER_GRAVE_SIZE CARD_DECK_SIZE
/** Which VN Character index is the dealer */
#define POKER_DEALER_INDEX POKER_PLAYER_COUNT
/** Representation of the dealer state */
typedef struct {
/** Current Card Deck */