1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-31 08:04:36 +01:00
Files
OpenTTD/network_gui.h

9 lines
120 B
C

/* $Id$ */
#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H
void ShowNetworkNeedPassword(NetworkPasswordType npt);
#endif