Doing some code reshuffling
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/math.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "player.h"
|
||||
#include "pot.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "card.h"
|
||||
|
||||
/**
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/flags.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "bet.h"
|
||||
|
||||
/**
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/flags.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "card.h"
|
||||
#include "pot.h"
|
||||
#include "bet.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/array.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Adds a new pot to the poker game instance.
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "../util/math.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "bet.h"
|
||||
#include "card.h"
|
||||
#include "winner.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "card.h"
|
||||
#include "fuck.h"
|
||||
#include "common.h"
|
||||
#include "player.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user