eliminat Options::console

This commit is contained in:
2026-03-29 18:14:51 +02:00
parent fd9be2066d
commit 3b233f0e12
6 changed files with 34 additions and 111 deletions

View File

@@ -47,9 +47,6 @@
Director::Director() {
std::cout << "Game start" << '\n';
// Crea e inicializa las opciones del programa
Options::init();
// Obtiene la ruta del ejecutable
std::string base = SDL_GetBasePath();
if (!base.empty() && base.back() == '/') base.pop_back();