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
+4 -8
View File
@@ -20,18 +20,14 @@
#ifndef LOCALTURN_H
#define LOCALTURN_H
#include "turninterface.h"
#include <turninterface.h>
#include "handinterface.h"
#include <iostream>
class HandInterface;
class LocalTurn : public TurnInterface{
public:
LocalTurn(HandInterface*, int, int, int, int);
~LocalTurn();
LocalTurn(HandInterface*, int, int, int, int);
~LocalTurn();
void setPlayersTurn(const int& theValue) { playersTurn = theValue; }
int getPlayersTurn() const { return playersTurn; }