From 1dfb507c53931bf64f4070e45c15aa3bba16e327 Mon Sep 17 00:00:00 2001 From: superp00t Date: Wed, 16 Aug 2023 19:29:42 -0400 Subject: [PATCH] fix(console): expose ConsoleClear() in console/Console.hpp --- src/console/Console.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/console/Console.hpp b/src/console/Console.hpp index 1421189..4bcae1a 100644 --- a/src/console/Console.hpp +++ b/src/console/Console.hpp @@ -1,6 +1,7 @@ #ifndef CONSOLE_CONSOLE_HPP #define CONSOLE_CONSOLE_HPP +#include "console/Line.hpp" #include "console/Types.hpp" #include "event/Types.hpp" #include