From 36710766c67c6a6fe2ba7ff9236bb0c44e4c04b1 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:50:22 +0300 Subject: [PATCH] derp --- include/helpers.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/helpers.hpp b/include/helpers.hpp index 1240232f..0a456b9a 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include @@ -37,9 +36,9 @@ namespace Helpers { std::cout << termcolor::on_red << "[FATAL] "; std::printf(fmt, args...); std::cout << termcolor::reset << "\n"; - std::cout << "Press any button to exit\n"; + std::cout << "Press enter to exit\n"; - getch(); + getchar(); exit(1); }