Added rewind method.

This commit is contained in:
2021-08-24 10:07:04 -07:00
parent 178d972380
commit ee3c27b54b
7 changed files with 48 additions and 17 deletions

View File

@ -10,6 +10,5 @@
typedef struct {
pokergame_t *game;
uint8_t player;
} pokergameactionlook_t;
uint8_t lookAtPlayer;
} pokergameactiondata_t;