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'. */
5 /* This file was generated with:
6 `cfunctions -i graphics.c' */
10 /* From `graphics.c': */
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 );
19 #endif /* CFH_GRAPHICS_H */