// file othellobord.cc #include #include "othellobord.h" using namespace std; othellobord::othellobord ( ) { // TODO }//othellobord::othellobord othellobord::~othellobord ( ) { // TODO }//othellobord::~othellobord void othellobord::drukaf ( ) { cout << "Dit Othellobord ziet er mooi uit." << endl; // TODO }//othellobord::drukaf // TODO