00001 /* ---------------------------------------------------------------------- * 00002 * help.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 __lchelp_h__ 00007 #define __lchelp_h__ 00008 00009 #include "cliglobs.h" 00010 00011 #define MAX_HELP_LINE 256 /* Max size of a line of a help file (+1) */ 00012 00013 void do_help_mouse (int, int, int); 00014 void do_prefs_mouse (int, int, int); 00015 void refresh_help_page (void); 00016 extern void activate_help (char *); 00017 extern void draw_help_page (char *); 00018 extern void parse_tcolourline (char *); 00019 extern void parse_helpline (char *); 00020 extern void parse_textline (char *); 00021 extern void parse_iconline (char *); 00022 extern void draw_help_icon (int, int, char *); 00023 extern void parse_buttonline (char *); 00024 extern void do_help_buttons (int, int); 00025 extern void parse_tbuttonline (char *); 00026 00027 #endif /* __lchelp_h__ */
1.3.9.1