network_gui.h
author bjarni
Sat, 02 Sep 2006 09:35:03 +0000
changeset 4519 1437b1e7416c
parent 4512 7151d4ee3a0f
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif