Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / struct.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 struct.c' */
7 #ifndef CFH_STRUCT_H
8 #define CFH_STRUCT_H
9
10 /* From `struct.c': */
11 glui32 fillstruct (strid_t stream , const unsigned *info , glui32 *dest , glui32 ( *special ) ( strid_t ) );
12 glui32 emptystruct (strid_t stream , const unsigned *info , const glui32 *src );
13
14 #endif /* CFH_STRUCT_H */