fix compile
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
NetworkSyncManager *NSMAN;
|
NetworkSyncManager *NSMAN;
|
||||||
|
|
||||||
#if defined(WITHOUT_NETWORKING)
|
#if defined(WITHOUT_NETWORKING)
|
||||||
NetworkSyncManager::NetworkSyncManager() { useSMServer=false }
|
NetworkSyncManager::NetworkSyncManager() { useSMserver=false; }
|
||||||
NetworkSyncManager::~NetworkSyncManager () { }
|
NetworkSyncManager::~NetworkSyncManager () { }
|
||||||
void NetworkSyncManager::CloseConnection() { }
|
void NetworkSyncManager::CloseConnection() { }
|
||||||
void NetworkSyncManager::PostStartUp( CString ServerIP ) { }
|
void NetworkSyncManager::PostStartUp( CString ServerIP ) { }
|
||||||
@@ -16,7 +16,7 @@ void NetworkSyncManager::ReportStyle() {}
|
|||||||
void NetworkSyncManager::StartRequest(short position) { }
|
void NetworkSyncManager::StartRequest(short position) { }
|
||||||
void NetworkSyncManager::DisplayStartupStatus() { }
|
void NetworkSyncManager::DisplayStartupStatus() { }
|
||||||
void NetworkSyncManager::Update( float fDeltaTime ) { }
|
void NetworkSyncManager::Update( float fDeltaTime ) { }
|
||||||
bool NetworkSyncManager::ChangedScoreboard() {}
|
bool NetworkSyncManager::ChangedScoreboard(int Column) { }
|
||||||
#else
|
#else
|
||||||
#include "ezsockets.h"
|
#include "ezsockets.h"
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user