diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:15:55 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:15:55 +0100 |
| commit | 07eb384f440ec2fe6faef660fc515025ac22e110 (patch) | |
| tree | c864a22c6fae2693e9e3b1b52cd2deaab83610fd /src | |
| parent | 143c2dd37d21c682c909d92a93f88eb9bc6ebf17 (diff) | |
cleared docs; fixed Utils declaration
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 |
