network_gui.h
author Darkvater
Thu, 07 Sep 2006 21:52:21 +0000
changeset 4571 4194aa48c9cd
parent 4512 7151d4ee3a0f
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6420) -Feature [Win32]: Use an existing console if openttd was started from one.
Unfortunately this only works for WindowsXP or higher, all older MS-OS's
are stuck with the old behaviour.
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif