Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XMX_grid.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Grid.h |
6 | |
7 | Authors : Jacomme Ludovic |
8 | |
9 | Date : 01.06.96 |
10 | |
11 \------------------------------------------------------------*/
12
13 #ifndef XYAG_GRID
14 #define XYAG_GRID
15
16 #define XYAG_DEFAULT_GRID_X 0
17 #define XYAG_DEFAULT_GRID_Y 0
18 #define XYAG_DEFAULT_GRID_DX 40
19 #define XYAG_DEFAULT_GRID_DY 40
20
21 #endif