Eliminat tots els options.console

This commit is contained in:
2024-09-28 18:02:09 +02:00
parent 4febe8b7c0
commit ac3340c39f
7 changed files with 83 additions and 114 deletions
+3
View File
@@ -1,4 +1,7 @@
#include "animatedsprite.h"
#include <fstream>
#include <iostream>
#include <sstream>
// Carga la animación desde un fichero
animatedSprite_t loadAnimationFromFile(Texture *texture, std::string filePath, bool verbose)