Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XMF_menu.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Menu.h |
6 | |
7 | Authors : Jacomme Ludovic |
8 | |
9 | Date : 01.06.96 |
10 | |
11 \------------------------------------------------------------*/
12
13 /*------------------------------------------------------------\
14 | |
15 | Include Files |
16 | |
17 \------------------------------------------------------------*/
18
19 # ifndef XYAG_FILE_MENU
20 # define XYAG_FILE_MENU
21
22 /*------------------------------------------------------------\
23 | |
24 | Constants |
25 | |
26 \------------------------------------------------------------*/
27 /*------------------------------------------------------------\
28 | |
29 | Types |
30 | |
31 \------------------------------------------------------------*/
32 /*------------------------------------------------------------\
33 | |
34 | Variables |
35 | |
36 \------------------------------------------------------------*/
37 /*------------------------------------------------------------\
38 | |
39 | Functions |
40 | |
41 \------------------------------------------------------------*/
42
43 extern void CallbackFileOpen();
44 extern void CallbackFileQuit();
45
46 # endif