This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/test.cpp

26 lines
359 B
C++
Raw Normal View History

2015-10-27 21:48:22 -05:00
#include "Engine.h"
using namespace std;
int main()
{
2015-10-28 15:13:22 -05:00
<<<<<<< HEAD
2015-10-27 21:48:22 -05:00
Engine e;
2015-10-28 15:13:22 -05:00
=======
//Board b;
2015-10-27 11:31:44 -05:00
Engine e;
/*
2015-10-28 15:13:22 -05:00
>>>>>>> master
2015-10-27 21:48:22 -05:00
int pn = 0;
cout << "Welcome to Breakthrough server launcher, please enter a host port number: \n";
cin >> pn;
cin.clear();
cin.ignore(10000,'\n');
2015-10-28 15:13:22 -05:00
<<<<<<< HEAD
2015-10-27 21:48:22 -05:00
e.startGame(pn);
2015-10-28 15:13:22 -05:00
=======
*/
e.startGame();
2015-10-28 15:13:22 -05:00
>>>>>>> master
2015-10-27 21:48:22 -05:00
}