mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 13:23:46 +00:00
9 lines
120 B
C
9 lines
120 B
C
/* $Id$ */
|
|
|
|
#ifndef NETWORK_GUI_H
|
|
#define NETWORK_GUI_H
|
|
|
|
void ShowNetworkNeedPassword(NetworkPasswordType npt);
|
|
|
|
#endif
|