14 lines
266 B
C
14 lines
266 B
C
/**
|
|
* Copyright (c) 2021 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#pragma once
|
|
#include "../../../libs.h"
|
|
#include "../../../ui/label.h"
|
|
|
|
typedef struct {
|
|
label_t label;
|
|
} pokerplayerui_t; |