(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to

This commit is contained in:
tron
2006-09-01 13:35:43 +00:00
parent 47b0d41d63
commit 8ef52bc43c
6 changed files with 43 additions and 41 deletions

8
network_gui.h Normal file
View File

@@ -0,0 +1,8 @@
/* $Id$ */
#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H
void ShowNetworkNeedPassword(NetworkPasswordType npt);
#endif