Character is rendering in-game

This commit is contained in:
2021-08-22 23:30:53 -07:00
parent fabb35b7cf
commit 87e7f599a6
20 changed files with 284 additions and 161 deletions

View File

@@ -42,7 +42,7 @@
#include "game/poker/pokergame.h"
#include "game/poker/pokerdiscussion.h"
#include "game/poker/pokergameassets.h"
#include "game/poker/pokerrender.h"
#include "game/poker/pokerworld.h"
#include "game/poker/pokerui.h"
// Player Input
@@ -63,6 +63,7 @@
#include "poker/turn.h"
#include "poker/winner.h"
// User Interface Objects
#include "ui/frame.h"
#include "ui/label.h"