#include #include "TTTController.h" using namespace std; int main(void) { //Returncode von Methoden int rc = 0; TTTController ttt; string gewinner=""; gewinner = ttt.startGame(); cout << "Gewonnen hat: "<< gewinner << endl; return 0; }