(svn r6825) -Codechange: Remove two globals from chat-window

This commit is contained in:
Darkvater
2006-10-18 21:19:04 +00:00
parent b944a133cb
commit 6b55f4cf07
2 changed files with 24 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
void ShowNetworkNeedPassword(NetworkPasswordType npt);
void ShowNetworkGiveMoneyWindow(byte player); // PlayerID
void ShowNetworkChatQueryWindow(byte desttype, byte dest);
void ShowNetworkChatQueryWindow(DestType type, byte dest);
void ShowJoinStatusWindowAfterJoin(void);
void ShowNetworkGameWindow(void);
void ShowClientList(void);