Character is rendering in-game

This commit is contained in:
2021-08-22 23:30:53 -07:00
parent d95047398d
commit fefa044145
21 changed files with 286 additions and 163 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"