diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Utils.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Utils.hpp b/src/Utils.hpp index e977db4..51a57e9 100644 --- a/src/Utils.hpp +++ b/src/Utils.hpp @@ -1,11 +1,9 @@ #include <string> -#ifndef UTILS_HPP +#pragma once class Utils{ public: int catchInputInt(int* input); int catchReturn(int renum); }; - -#endif |
