better fix

This commit is contained in:
Glenn Maynard
2004-09-11 02:29:36 +00:00
parent 0f268c97d9
commit 75a61de900
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
#ifndef NetworkSyncServer_H
#define NetworkSyncServer_H
#include "ezsockets.h"
#include "NetworkSyncManager.h"
#if !defined(WITHOUT_NETWORKING)
#include "ezsockets.h"
#define NETMAXBUFFERSIZE 1020
#define NUMBERCLIENTS 16
#if !defined(WITHOUT_NETWORKING)
class LanPlayer
{
public:
+3 -2
View File
@@ -9,7 +9,9 @@
#ifndef EZSOCKETS_H
#define EZSOCKETS_H
#if !defined(WITHOUT_NETWORKING)
#if defined(WITHOUT_NETWORKING)
#error do not include ezsockets.h when WITHOUT_NETWORKING
#endif
#include <sstream>
#include <string>
@@ -145,7 +147,6 @@ private:
istream& operator>>(istream& is, EzSockets& obj);
ostream& operator<<(ostream& os, EzSockets& obj);
#endif
#endif