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