00001 /* ---------------------------------------------------------------------- * 00002 * ldsvgui.h 00003 * This file is part of lincity. 00004 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001. 00005 * ---------------------------------------------------------------------- */ 00006 #ifndef __ldsvgui_h__ 00007 #define __ldsvgui_h__ 00008 00009 void do_prefs_mouse (int, int, int); 00010 void do_prefs_screen (void); 00011 void do_network_screen (void); 00012 void close_prefs_screen (void); 00013 00014 #endif /* __ldsvgui_h__ */
1.3.9.1