Some include file optimizations. Fixes for the server.

This commit is contained in:
lotodore
2007-05-15 20:37:37 +00:00
parent c3fd4dded6
commit c160a09811
19 changed files with 144 additions and 123 deletions
+3 -6
View File
@@ -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; }