network_gui.h
author Darkvater
Wed, 11 Oct 2006 21:20:53 +0000
changeset 4815 c2a54b213fde
parent 4666 850b5b6e4bac
child 4830 0ff2a14e90be
permissions -rw-r--r--
(svn r6739) -Fix (r6001): Crash on removing farmland belonging to a farm. The search would loop
around the edges causing some troubles. Also make sure that the land after
farm removal is not barren but 2/3rd grass. Better suited.
/* $Id$ */

#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

void ShowNetworkNeedPassword(NetworkPasswordType npt);

#endif /* NETWORK_GUI_H */