// PLAYER.H #ifndef _PLAYER_H #define _PLAYER_H #include "coor.h" class player_C { public: coor_C *rc; }; #endif