Even more refactoring.

This commit is contained in:
2021-09-19 22:02:14 -07:00
parent e87e04decf
commit 84e4fc0c00
36 changed files with 436 additions and 486 deletions

View File

@@ -6,9 +6,10 @@
*/
#pragma once
#include "../bet.h"
#include "../poker.h"
#include "../../libs.h"
#include "../../display/animation/queue.h"
#include "../bet.h"
/** Callback for the blinds action */
void _pokerActionBlindsOnStart(queue_t *queue,queueaction_t *action,uint8_t i);