network_gui.h
author tron
Fri, 01 Sep 2006 13:35:43 +0000
changeset 4512 7151d4ee3a0f
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif