Configurando el initOnline
This commit is contained in:
@@ -44,7 +44,8 @@ Reescribiendo el código el 27/09/2022
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
std::cout << "Starting the game..." << std::endl;
|
||||
std::cout << "Starting the game..." << std::endl
|
||||
<< std::endl;
|
||||
|
||||
// Crea el objeto Director
|
||||
Director *director = new Director(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user