7 lines
121 B
C
7 lines
121 B
C
|
#ifndef _BASETYPES_H_
|
||
|
#define _BASETYPES_H_
|
||
|
|
||
|
// Type for the board square
|
||
|
typedef short square_t;
|
||
|
|
||
|
#endif //_BASETYPES_H_
|