Some include file optimizations. Fixes for the server.
This commit is contained in:
@@ -20,18 +20,15 @@
|
||||
#ifndef LOCALPREFLOP_H
|
||||
#define LOCALPREFLOP_H
|
||||
|
||||
#include "preflopinterface.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <preflopinterface.h>
|
||||
|
||||
class HandInterface;
|
||||
|
||||
class LocalPreflop : public PreflopInterface{
|
||||
|
||||
public:
|
||||
LocalPreflop(HandInterface*, int, int, int, int);
|
||||
|
||||
~LocalPreflop();
|
||||
LocalPreflop(HandInterface*, int, int, int, int);
|
||||
~LocalPreflop();
|
||||
|
||||
|
||||
void setPlayersTurn(const int& theValue) { playersTurn = theValue; }
|
||||
|
||||
Reference in New Issue
Block a user