diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:18:24 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:18:24 +0100 |
| commit | f53f3515035da5183ab1d05f74a0ffe44b043808 (patch) | |
| tree | 2ee4a474d95a112b859fd59ff33d0a3d46436323 /src/Utils.hpp | |
| parent | 792d4e4c7e0f736aac837f1ccb77da31127ee253 (diff) | |
removed Utils
Diffstat (limited to 'src/Utils.hpp')
| -rw-r--r-- | src/Utils.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Utils.hpp b/src/Utils.hpp deleted file mode 100644 index ffa44a6..0000000 --- a/src/Utils.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#include <string> - -#pragma once - -class Utils{ -public: - int catchInputInt(int* input); - int catchReturn(int renum); -}; |
