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

@ -7,6 +7,7 @@
#pragma once
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "pokergameassets.h"
#include "pokerworld.h"
#include "pokerui.h"
@ -44,4 +45,7 @@ typedef struct {
/** UI For the Game */
pokerui_t ui;
/** Data for the actions */
pokergameactiondata_t actionData[ANIMATION_QUEUE_ITEM_MAX];
} pokergame_t;