/* $Id$ */ #ifndef __MILSKO_TYPEDEF_H__ #define __MILSKO_TYPEDEF_H__ typedef struct _MilskoPoint { int x; int y; } MilskoPoint; #endif