Begin refactor.

This commit is contained in:
2021-09-18 23:13:05 -07:00
parent 98daedced9
commit 6904a46bec
143 changed files with 1706 additions and 2345 deletions

View File

@ -6,8 +6,9 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "../../../display/animation/queue.h"
#include "../pokergame.h"
/**
* Adds an action to the poker game scene's queue.

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "action.h"
#include "restack.h"
#include "../../../poker/turn.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "action.h"
#include "../../../display/animation/queue.h"
#include "../pokerworld.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "action.h"
#include "../../../display/animation/queue.h"
#include "../pokergame.h"

View File

@ -4,7 +4,7 @@
// https://opensource.org/licenses/MIT
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "action.h"
#include "../../../poker/bet.h"
#include "../../../poker/actions/round.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include <dawn/dawn.h>
#include "../../../libs.h"
#include "../../../vn/conversation/talk.h"
#include "../../../display/animation/queue.h"
#include "../../../poker/actions/match.h"