fix WITHOUT_NETWORKING

This commit is contained in:
Glenn Maynard
2004-08-10 23:46:24 +00:00
parent f0c0a532f9
commit 2fe7dc9095
+1
View File
@@ -9,6 +9,7 @@ NetworkSyncManager::~NetworkSyncManager () { }
void NetworkSyncManager::CloseConnection() { }
void NetworkSyncManager::PostStartUp( CString ServerIP ) { }
bool NetworkSyncManager::Connect(const CString& addy, unsigned short port) { return false; }
void NetworkSyncManager::ReportTiming(float offset, int PlayerNumber) { }
void NetworkSyncManager::ReportScore(int playerID, int step, int score, int combo) { }
void NetworkSyncManager::ReportSongOver() { }
void NetworkSyncManager::StartRequest(short position) { }