#ifndef _BOARD_H #define _BOARD_H #include class board { private: public: board(); ~board(); }; #endif