Added font sizing, needs full testing

This commit is contained in:
2021-08-03 10:19:31 -07:00
parent c451538def
commit 23f1cb3d7e
17 changed files with 202 additions and 15 deletions

View File

@ -42,6 +42,7 @@
#include "game/poker/pokergame.h"
#include "game/poker/pokerdiscussion.h"
#include "game/poker/pokergameassets.h"
#include "game/poker/pokerui.h"
// Player Input
#include "input/input.h"
@ -57,6 +58,9 @@
#include "poker/poker.h"
#include "poker/winner.h"
// User Interface Objects
#include "ui/label.h"
// Utility Objects
#include "util/array.h"
#include "util/list.h"