Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / init.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 init.c' */
7 #ifndef CFH_INIT_H
8 #define CFH_INIT_H
9
10 /* From `init.c': */
11 void set_header (glui32 width , glui32 height );
12 BOOL load_header (strid_t zfile , offset filesize , BOOL report_errors );
13 void z_init (strid_t zfile );
14 void z_close (void);
15
16 #endif /* CFH_INIT_H */