Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / globals.h
1 /* This is a Cfunctions (version 0.24) generated header file.
2    Cfunctions is a free program for extracting headers from C files.
3    Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
4
5 /* This file was generated with:
6 `cfunctions -i globals.c' */
7 #ifndef CFH_GLOBALS_H
8 #define CFH_GLOBALS_H
9
10 /* From `globals.c': */
11 extern strid_t current_zfile;
12 extern glui32 zfile_offset;
13 extern strid_t input_stream1;
14 extern strid_t blorb_file;
15 extern glui32 imagecount;
16 extern int using_infix;
17 extern int zversion;
18 extern int granularity;
19 extern offset rstart;
20 extern offset sstart;
21 extern const char * username;
22 extern BOOL aye_matey;
23 extern BOOL do_tandy;
24 extern BOOL do_spell_correct;
25 extern BOOL do_expand;
26 extern BOOL do_automap;
27 extern BOOL fullname;
28 extern BOOL quiet;
29 extern BOOL ignore_errors;
30 extern BOOL auto_save_undo;
31 extern BOOL auto_save_undo_char;
32 extern int interp_num;
33 extern char interp_ver;
34 extern zbyte * z_memory;
35 extern offset PC;
36 extern offset oldPC;
37 extern int numoperands;
38 extern zword operand[];
39 extern zword maxobjs;
40 extern zword object_count;
41 extern zword obj_first_prop_addr;
42 extern zword obj_last_prop_addr;
43 extern zword prop_table_start;
44 extern zword prop_table_end;
45 extern offset total_size;
46 extern offset dynamic_size;
47 extern offset high_mem_mark;
48 extern offset game_size;
49 extern zword z_checksum;
50 extern zword z_globaltable;
51 extern zword z_objecttable;
52 extern zword z_propdefaults;
53 extern zword z_synonymtable;
54 extern zword z_dictionary;
55 extern zword z_terminators;
56 extern zword z_headerext;
57 extern int faked_random_seed;
58 extern BOOL in_timer;
59 extern BOOL exit_decoder;
60 extern zword time_ret;
61 extern BOOL smart_timed;
62 extern BOOL lower_block_quotes;
63 extern BOOL read_abort;
64 extern BOOL has_done_save_undo;
65 extern BOOL allow_saveundo;
66 extern BOOL allow_output;
67 extern BOOL testing_string;
68 extern BOOL string_bad;
69 extern BOOL do_check_watches;
70 extern BOOL false_undo;
71 extern char * db_prompt;
72 extern char * search_path;
73 extern int automap_size;
74 extern glui32 automap_split;
75 extern int stacklimit;
76 extern BOOL enablefont3;
77
78 #endif /* CFH_GLOBALS_H */