Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / op_v6.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 op_v6.c' */
7 #ifndef CFH_OP_V6_H
8 #define CFH_OP_V6_H
9
10 /* From `op_v6.c': */
11 int is_in_bounds (glui32 x1 , glui32 y1 , glui32 width1 , glui32 height1 , glui32 x2 , glui32 y2 , glui32 width2 , glui32 height2 );
12 void v6_main_window_is (zwinid win );
13 void op_set_window6 (void);
14 void op_set_margins (void);
15 void op_move_window (void);
16 void op_window_size (void);
17 void op_window_style (void);
18 void op_get_wind_prop (void);
19 void op_put_wind_prop (void);
20 void op_scroll_window (void);
21 void op_read_mouse (void);
22 void op_mouse_window (void);
23 void op_print_form (void);
24 void op_make_menu (void);
25 void op_picture_table (void);
26 void op_draw_picture (void);
27 void op_picture_data (void);
28 void op_erase_picture (void);
29
30 #endif /* CFH_OP_V6_H */