More include fixes
This commit is contained in:
@ -7,8 +7,10 @@
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/math.h"
|
||||
#include "fuck.h"
|
||||
#include "poker.h"
|
||||
#include "player.h"
|
||||
#include "pot.h"
|
||||
|
||||
/**
|
||||
* Returns the index of the first player that remains to bet for the current
|
||||
|
@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "fuck.h"
|
||||
#include "poker.h"
|
||||
#include "card.h"
|
||||
|
||||
/**
|
||||
|
@ -6,8 +6,10 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/flags.h"
|
||||
#include "fuck.h"
|
||||
#include "poker.h"
|
||||
#include "bet.h"
|
||||
|
||||
/**
|
||||
* Add a player to the game. The player starts in an out state (with no chips).
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/array.h"
|
||||
#include "poker.h"
|
||||
#include "fuck.h"
|
||||
|
||||
/**
|
||||
* Adds a new pot to the poker game instance.
|
||||
|
@ -7,9 +7,13 @@
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/math.h"
|
||||
#include "fuck.h"
|
||||
#include "poker.h"
|
||||
#include "bet.h"
|
||||
#include "card.h"
|
||||
#include "winner.h"
|
||||
#include "pot.h"
|
||||
#include "poker.h"//get callbet
|
||||
|
||||
/**
|
||||
* Return a turn action for the given player to fold.
|
||||
|
Reference in New Issue
Block a user