Afegit codi per apagar el sistema al eixir del joc

This commit is contained in:
2024-10-15 18:24:19 +02:00
parent 089da99b5b
commit 942924c65c
2 changed files with 29 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ private:
// Obtiene una fichero a partir de un lang::Code
std::string getLangFile(lang::Code code);
// Apaga el sistema
void shutdownSystem();
public:
// Constructor
Director(int argc, const char *argv[]);