[go: up one dir, main page]

File: help.h

package info (click to toggle)
lincity 1.11-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,460 kB
  • ctags: 2,642
  • sloc: cpp: 24,598; makefile: 246; sh: 15; perl: 10
file content (18 lines) | stat: -rwxr-xr-x 661 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// help.h   part of cim-sity
// Copyright (c) I J Peters 1995,1996.  Please read the file 'COPYRIGHT'.

extern int help_flag,numof_help_buttons,help_history_count,help_return_val;
extern int help_button_x[];
extern int help_button_y[];
extern int help_button_w[];
extern int help_button_h[];
extern char help_button_s[][MAX_LENOF_HELP_FILENAME];
extern char help_button_history[][MAX_LENOF_HELP_FILENAME];
extern char help_graphic[];
extern int selected_type,block_help_exit;
extern int selected_type_cost,tech_level;
extern char graphic_path[],helppath[];
extern int load_flag;
extern int lc_save_dir_len;
extern char *askdir_path[4];
extern int askdir_lines;