From d91578c3da2859de6c2de29884eaeb1f0026a83c Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Sat, 7 Sep 2024 23:55:37 +0800 Subject: [PATCH] refactor --- src/ui.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui.hpp b/src/ui.hpp index 1d7c2d9a..c8e1b393 100644 --- a/src/ui.hpp +++ b/src/ui.hpp @@ -111,7 +111,7 @@ class CUI{ height=tmp.dwSize.Y; width=tmp.dwSize.X; } - auto clearScreen(){ + auto cls(){ getConsoleSize(); setCursor({0,0}); for(i16 i{};i