compile fix when WITHOUT_NETWORKING
This commit is contained in:
@@ -14,16 +14,6 @@ void NetworkSyncManager::ReportSongOver() { }
|
|||||||
void NetworkSyncManager::StartRequest() { }
|
void NetworkSyncManager::StartRequest() { }
|
||||||
void NetworkSyncManager::DisplayStartupStatus() { }
|
void NetworkSyncManager::DisplayStartupStatus() { }
|
||||||
void NetworkSyncManager::Update( float fDeltaTime ) { }
|
void NetworkSyncManager::Update( float fDeltaTime ) { }
|
||||||
void NetworkSyncManager::WriteNT() { }
|
|
||||||
void NetworkSyncManager::Write1() { }
|
|
||||||
void NetworkSyncManager::Write2() { }
|
|
||||||
void NetworkSyncManager::Write4() { }
|
|
||||||
void NetworkSyncManager::ProcessInput() { }
|
|
||||||
void NetworkSyncManager::Read1() { }
|
|
||||||
void NetworkSyncManager::Read2() { }
|
|
||||||
void NetworkSyncManager::Read4() { }
|
|
||||||
void NetworkSyncManager::ReadNT() { }
|
|
||||||
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include "ezsockets.h"
|
#include "ezsockets.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user