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