7 lines
No EOL
128 B
C
7 lines
No EOL
128 B
C
#ifndef _BASETYPES_H_
|
|
#define _BASETYPES_H_
|
|
|
|
typedef short coord_t;
|
|
typedef unsigned short ucoord_t;
|
|
|
|
#endif //_BASETYPES_H_
|