From f53f3515035da5183ab1d05f74a0ffe44b043808 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 1 Feb 2026 12:18:24 +0100 Subject: removed Utils --- src/Utils.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/Utils.hpp (limited to 'src/Utils.hpp') 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 - -#pragma once - -class Utils{ -public: - int catchInputInt(int* input); - int catchReturn(int renum); -}; -- cgit v1.2.3