Slowly renaming things from Holdem to Poker
This commit is contained in:
@ -32,8 +32,11 @@
|
||||
#include "input/input.h"
|
||||
|
||||
// Poker Game Logic
|
||||
#include "poker/action.h"
|
||||
#include "poker/card.h"
|
||||
#include "poker/holdem.h"
|
||||
#include "poker/player.h"
|
||||
#include "poker/poker.h"
|
||||
#include "poker/render.h"
|
||||
|
||||
// Utility Objects
|
||||
#include "util/list.h"
|
||||
|
Reference in New Issue
Block a user