diff --git a/FC-Chess/FC-Chess.cpp b/FC-Chess/FC-Chess.cpp index b803252..6c8988d 100644 --- a/FC-Chess/FC-Chess.cpp +++ b/FC-Chess/FC-Chess.cpp @@ -11,14 +11,13 @@ FCC::Chess::Chess() void FCC::Chess::mainLoop() { // initialize user interface - - // tui.startup(); + tui.startup(); // main loop while(!gameEnded) { /*MISSING: user input*/ - // tui.mainLoop(); + tui.mainLoop(); } }