Arreglos varios al codi
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user