network_gui.h
author peter1138
Fri, 15 Sep 2006 12:27:00 +0000
changeset 4603 3ccd4ee0a2e2
parent 4512 7151d4ee3a0f
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif