// file hoofd.cc #include #include "gobord.h" using namespace std; int main ( ) { gobord Gobord; Gobord.drukaf ( ); return 0; }//main