[go: up one dir, main page]

File: lchelp.h

package info (click to toggle)
lincity 1.13.1-15
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,244 kB
  • sloc: ansic: 32,745; sh: 8,578; makefile: 584; perl: 445; yacc: 316; sed: 16
file content (27 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ---------------------------------------------------------------------- *
 * help.h
 * This file is part of lincity.
 * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
 * ---------------------------------------------------------------------- */
#ifndef __lchelp_h__
#define __lchelp_h__

#include "cliglobs.h"

#define MAX_HELP_LINE     256  /* Max size of a line of a help file (+1) */

void do_help_mouse (int, int, int);
void do_prefs_mouse (int, int, int);
void refresh_help_page (void);
extern void activate_help (char *);
extern void draw_help_page (char *);
extern void parse_tcolourline (char *);
extern void parse_helpline (char *);
extern void parse_textline (char *);
extern void parse_iconline (char *);
extern void draw_help_icon (int, int, char *);
extern void parse_buttonline (char *);
extern void do_help_buttons (int, int);
extern void parse_tbuttonline (char *);

#endif	/* __lchelp_h__ */