Cleaned up compiler warnings.

This commit is contained in:
2021-08-19 23:49:55 -07:00
parent 45a3ec30f5
commit 9a577cdf4f
8 changed files with 8 additions and 122 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include <dawn/dawn.h>
#include "../../display/animation/queue.h"
#include "../bet.h"
/** Callback for when the poker match aciton starts */
void _pokerActionMatchOnStart(queue_t *queue, queueaction_t *action, uint8_t i);