From fbc54e00658bef32fb0e55a439b2ece98d069c1a Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 23 Nov 2021 16:33:36 +0100 Subject: [PATCH] Update renderd7.hpp --- renderd7.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderd7.hpp b/renderd7.hpp index a9f7ca1..194bfdf 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -256,7 +256,7 @@ namespace RenderD7 { u8 r, g, b, a; }; - class Console + /* class Console { public: Console(int x, int y, int w, int h, int a = 255); @@ -275,7 +275,7 @@ namespace RenderD7 rgba color = {255, 255, 255, 255}; rgba outlinecol = {222, 222, 222, 255}; rgba barcolor = {0, 0, 0, 255}; - }; + };*/ bool NameIsEndingWith(const std::string &name, const std::vector &extensions); void GetDirContentsExt(std::vector &dircontent, const std::vector &extensions);