🚀
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using namespace std;
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "GameManager.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Starting game..." << endl;
|
||||
GameManager gameManager;
|
||||
|
||||
cout << "Game started." << endl;
|
||||
gameManager.run();
|
||||
|
||||
return 0;
|
||||
using namespace std;
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "GameManager.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Starting game..." << endl;
|
||||
GameManager gameManager;
|
||||
|
||||
cout << "Game started." << endl;
|
||||
gameManager.run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user