1 /* ---------------------------------------------------------------------- *
2  * ldsvgui.h
3  * This file is part of lincity.
4  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
5  * ---------------------------------------------------------------------- */
6 #ifndef __ldsvgui_h__
7 #define __ldsvgui_h__
8 
9 void do_prefs_mouse (int, int, int);
10 void do_prefs_screen (void);
11 void do_network_screen (void);
12 void close_prefs_screen (void);
13 
14 #endif	/* __ldsvgui_h__ */
15