Files @ r4603:3b159d0db197
Branch filter:

Location: cpp/openttd-patchpack/source/network_gui.h

peter1138
(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.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif