ttrts/maths/basetypes.h

7 lines
128 B
C
Raw Normal View History

#ifndef _BASETYPES_H_
#define _BASETYPES_H_
typedef short coord_t;
typedef unsigned short ucoord_t;
#endif //_BASETYPES_H_