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