Revert "Eliminados todos los std:: del código"

This reverts commit 4a2d27dc59.
This commit is contained in:
2023-09-16 16:44:15 +02:00
parent 4a2d27dc59
commit 0ea7eb0b9c
35 changed files with 504 additions and 539 deletions

View File

@@ -192,7 +192,7 @@ void Demo::reLoadTextures()
{
if (options->console)
{
cout << "** RELOAD REQUESTED" << endl;
std::cout << "** RELOAD REQUESTED" << std::endl;
}
room->reLoadTexture();
scoreboard->reLoadTexture();
@@ -220,7 +220,7 @@ void Demo::switchPalette()
}
// Cambia de habitación
bool Demo::changeRoom(string file)
bool Demo::changeRoom(std::string file)
{
// En las habitaciones los limites tienen la cadena del fichero o un 0 en caso de no limitar con nada
if (file != "0")