(svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow

declaration to network.h, and remove stale externs of NetworkPopulateCompanyInfo
This commit is contained in:
Darkvater
2006-11-06 00:12:55 +00:00
parent 2fccb9f4e0
commit 771df2df51
4 changed files with 1 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
// This file handles all the server-commands
static void NetworkHandleCommandQueue(NetworkClientState* cs);
void NetworkPopulateCompanyInfo(void);
// **********
// Sending functions