/** * Copyright (c) 2021 Dominic Masters * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ #pragma once #include "../../../libs.h" #include "../../../poker/player.h" #include "pokerplayerui.h" #include "../../../ui/image.h" typedef struct { pokerplayerui_t player[POKER_PLAYER_COUNT]; image_t card; } pokerui_t;