Render x/y for UI elements.

This commit is contained in:
2021-09-03 19:02:37 -07:00
parent 282be95493
commit ee9334478f
32 changed files with 196 additions and 155 deletions

View File

@ -0,0 +1,14 @@
/**
* 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;