Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / no_graph.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 no_graph.c' */
7 #ifndef CFH_NO_GRAPH_H
8 #define CFH_NO_GRAPH_H
9
10 /* From `no_graph.c': */
11 glui32 wrap_glk_image_draw (winid_t win , glui32 image , glsi32 val1 , glsi32 val2 );
12 glui32 wrap_glk_image_draw_scaled (winid_t win , glui32 image , glsi32 val1 , glsi32 val2 , glui32 width , glui32 height );
13 glui32 wrap_glk_image_get_info (glui32 image , glui32 *width , glui32 *height );
14
15 #endif /* CFH_NO_GRAPH_H */