Added font sizing, needs full testing
This commit is contained in:
@ -9,5 +9,5 @@
|
||||
#include "../../libs.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
int32_t INeedSomePropertyToStopCompilerComplaining;
|
||||
} dawngame_t;
|
14
include/dawn/game/poker/pokerui.h
Normal file
14
include/dawn/game/poker/pokerui.h
Normal 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 labelTest;
|
||||
} pokerui_t;
|
Reference in New Issue
Block a user