Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XMS_setup.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Setup.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
20 # define XYAG_SETUP
21
22 /*------------------------------------------------------------\
23 | |
24 | Constants |
25 | |
26 \------------------------------------------------------------*/
27
28 # define XYAG_TOPLEVEL_TRANSLATE_X 5
29 # define XYAG_TOPLEVEL_TRANSLATE_Y 24
30 # define XYAG_PANEL_TRANSLATE_X 5
31 # define XYAG_PANEL_TRANSLATE_Y 24
32
33 # define XYAG_TOPLEVEL_X 50
34 # define XYAG_TOPLEVEL_Y 50
35 # define XYAG_TOPLEVEL_WIDTH 1024
36 # define XYAG_TOPLEVEL_HEIGHT 768
37
38 /*------------------------------------------------------------\
39 | |
40 | Types |
41 | |
42 \------------------------------------------------------------*/
43 /*------------------------------------------------------------\
44 | |
45 | Variables |
46 | |
47 \------------------------------------------------------------*/
48 /*------------------------------------------------------------\
49 | |
50 | Functions |
51 | |
52 \------------------------------------------------------------*/
53
54 extern void XyagDefaultConfig();
55 extern void XyagLoadConfig();
56 extern void XyagSaveConfig();
57
58 # endif