input: optimizado el constructor

This commit is contained in:
2023-05-23 18:30:30 +02:00
parent bc017c1d55
commit 92aae07fd1
3 changed files with 6 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ private:
public:
// Constructor
Input(string file);
Input(string file, bool verbose=true);
// Actualiza el estado del objeto
void update();