Arreglos varios al codi

This commit is contained in:
2024-10-08 22:38:58 +02:00
parent 3e3d764b25
commit bd3aa0bb06
30 changed files with 177 additions and 227 deletions

View File

@@ -100,14 +100,14 @@ private:
bool checkAxisInput(inputs_e input, int index = 0) const;
// Constructor
Input(std::string file);
Input(std::string dbPath);
// Destructor
~Input();
public:
// [SINGLETON] Crearemos el objeto screen con esta función estática
static void init(std::string file);
static void init(std::string dbPath);
// [SINGLETON] Destruiremos el objeto screen con esta función estática
static void destroy();