#include "Engine.h" using namespace std; int main() { Engine e; e.startGame(); //COMPILES BUT EVERYTHING IS PRINTING FIRST MOVE }