Even more refactoring.

This commit is contained in:
2021-09-19 22:02:14 -07:00
parent e87e04decf
commit 84e4fc0c00
36 changed files with 436 additions and 486 deletions

View File

@ -10,7 +10,7 @@
#include "../../../poker/actions/round.h"
#include "../../../poker/actions/blinds.h"
#include "../../../poker/actions/deal.h"
#include "../discussion/pokerdiscussion.h"
#include "../pokerdiscussion.h"
#include "bet.h"
/** Callback that is fired when the round start event starts. */

View File

@ -10,6 +10,8 @@
#include "../../../vn/conversation/talk.h"
#include "../../../display/animation/queue.h"
#include "../../../poker/actions/match.h"
#include "../pokerdiscussion.h"
#include "round.h"
#include "action.h"
/** Callback fired when the game action first starts */