// COOR.H #ifndef _COOR_H #define _COOR_H class coor_C { public: long x,y; word dir; }; #endif