X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2Fautomap.h;fp=interpreters%2Fnitfol%2Fautomap.h;h=ef03490efe8a447e238bf22f9ff2dfa892865e79;hb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;hp=0000000000000000000000000000000000000000;hpb=50176172d18ae72d019181725c5629d45d21c548;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/automap.h b/interpreters/nitfol/automap.h new file mode 100644 index 0000000..ef03490 --- /dev/null +++ b/interpreters/nitfol/automap.h @@ -0,0 +1,34 @@ +/* This is a Cfunctions (version 0.24) generated header file. + Cfunctions is a free program for extracting headers from C files. + Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */ + +/* This file was generated with: +`cfunctions -i automap.c' */ +#ifndef CFH_AUTOMAP_H +#define CFH_AUTOMAP_H + +/* From `automap.c': */ + +#ifdef DEBUGGING +extern char * roomsymbol; +void automap_kill (void); +BOOL automap_init (int numobj , const char *location_exp ); +void mymap_init (int width , int height ); +int automap_get_height (void); +void mymap_reinit (void); +void mymap_kill (void); +glui32 automap_draw_callback (winid_t win , glui32 width , glui32 height ); +BOOL automap_mouse_callback (BOOL is_char_event , winid_t win , glui32 x , glui32 y ); +void make_untouched (const char *unused_key , void *r ); +void automap_set_locations (int center ); +extern zword automap_location; +const char * automap_explore (void); +BOOL automap_unexplore (void); + +#else +extern char * roomsymbol; +BOOL automap_unexplore (void); + +#endif + +#endif /* CFH_AUTOMAP_H */