fix
This commit is contained in:
@@ -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(int Column) { }
|
bool NetworkSyncManager::ChangedScoreboard(int Column) { return false; }
|
||||||
#else
|
#else
|
||||||
#include "ezsockets.h"
|
#include "ezsockets.h"
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user