Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XMS_panel.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Panel.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_SETUP_PANEL
20 # define XYAG_SETUP_PANEL
21
22 /*------------------------------------------------------------\
23 | |
24 | Constants |
25 | |
26 \------------------------------------------------------------*/
27
28 # define XYAG_SETUP_INFORMATIONS_X 330
29 # define XYAG_SETUP_INFORMATIONS_Y 280
30
31 /*------------------------------------------------------------\
32 | |
33 | Types |
34 | |
35 \------------------------------------------------------------*/
36 /*------------------------------------------------------------\
37 | |
38 | Variables |
39 | |
40 \------------------------------------------------------------*/
41 /*------------------------------------------------------------\
42 | |
43 | Functions |
44 | |
45 \------------------------------------------------------------*/
46
47 extern void XyagDisplayInformations();
48
49 # endif