vide_public/voz.h
2009-08-26 11:52:16 -05:00

8 lines
177 B
C

#define MAXVERVER 2000
#define NGUARD 42 /*Actually, the number of SPACES between guard points
in each dim */
typedef struct Partadj {
int nadj;
int *adj;
} PARTADJ;