From 2e9c2bd17343fbc6d16c76dbacf571b71d88cb90 Mon Sep 17 00:00:00 2001 From: jyelon Date: Wed, 23 Mar 2022 17:28:53 -0400 Subject: [PATCH] Testing 123 --- luprex/core/cpp/luaconsole.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luprex/core/cpp/luaconsole.hpp b/luprex/core/cpp/luaconsole.hpp index 5476684f..2e11169c 100644 --- a/luprex/core/cpp/luaconsole.hpp +++ b/luprex/core/cpp/luaconsole.hpp @@ -37,6 +37,8 @@ // typed), the LuaConsole will return the command. The command // can be fetched using command(), int_arg(), and str_arg() // +// BANANA +// ////////////////////////////////////////////////////// #ifndef LUACONSOLE_HPP