fix WITHOUT_NETWORKING
This commit is contained in:
@@ -23,9 +23,7 @@ bool NetworkSyncManager::ChangedScoreboard(int Column) { return false; }
|
|||||||
void NetworkSyncManager::SendChat(const CString& message) { }
|
void NetworkSyncManager::SendChat(const CString& message) { }
|
||||||
void NetworkSyncManager::SelectUserSong() { }
|
void NetworkSyncManager::SelectUserSong() { }
|
||||||
|
|
||||||
void NetworkSyncManager::SendSMOnline( int command, char * data, int size ) { }
|
void NetworkSyncManager::SendSMOnline( PacketFunctions &PackData ) { }
|
||||||
SMOnlinePacket & NetworkSyncManager::GetSMOnline( ) { }
|
|
||||||
SMOnlinePacket & NetworkSyncManager::PeekSMOnline( ) { }
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include "ezsockets.h"
|
#include "ezsockets.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user