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