Pasaeta de cppcheck, ale

This commit is contained in:
2024-10-22 09:24:19 +02:00
parent 1d0c2e01a5
commit 5df85e1b1a
28 changed files with 164 additions and 194 deletions

View File

@@ -752,6 +752,7 @@ std::string Director::getLangFile(lang::Code code)
return Asset::get()->get("en_UK.txt");
}
#ifdef ARCADE
// Apaga el sistema
void Director::shutdownSystem()
{
@@ -768,4 +769,5 @@ void Director::shutdownSystem()
// Sistema operativo no compatible
#error "Sistema operativo no soportado"
#endif
}
}
#endif //ARCADE