Added rewind method.

This commit is contained in:
2021-08-24 10:07:04 -07:00
parent c198cd9908
commit b1b441cef9
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;