From 07eb384f440ec2fe6faef660fc515025ac22e110 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 1 Feb 2026 12:15:55 +0100 Subject: cleared docs; fixed Utils declaration --- src/Utils.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 -#ifndef UTILS_HPP +#pragma once class Utils{ public: int catchInputInt(int* input); int catchReturn(int renum); }; - -#endif -- cgit v1.2.3