Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / automap.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 automap.c' */
7 #ifndef CFH_AUTOMAP_H
8 #define CFH_AUTOMAP_H
9
10 /* From `automap.c': */
11
12 #ifdef DEBUGGING
13 extern char * roomsymbol;
14 void automap_kill (void);
15 BOOL automap_init (int numobj , const char *location_exp );
16 void mymap_init (int width , int height );
17 int automap_get_height (void);
18 void mymap_reinit (void);
19 void mymap_kill (void);
20 glui32 automap_draw_callback (winid_t win , glui32 width , glui32 height );
21 BOOL automap_mouse_callback (BOOL is_char_event , winid_t win , glui32 x , glui32 y );
22 void make_untouched (const char *unused_key , void *r );
23 void automap_set_locations (int center );
24 extern zword automap_location;
25 const char * automap_explore (void);
26 BOOL automap_unexplore (void);
27
28 #else
29 extern char * roomsymbol;
30 BOOL automap_unexplore (void);
31
32 #endif
33
34 #endif /* CFH_AUTOMAP_H */