From ab867588d3e970968654df1ed96b550992f31a07 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 27 Nov 2021 11:22:47 +0100 Subject: [PATCH] Update renderd7.hpp --- renderd7.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renderd7.hpp b/renderd7.hpp index 194bfdf..a8f7ce9 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -256,9 +256,10 @@ namespace RenderD7 { u8 r, g, b, a; }; - /* class Console + class Console { public: + Console(); Console(int x, int y, int w, int h, int a = 255); Console(int x, int y, int w, int h, rgba col); Console(int x, int y, int w, int h, std::string name, rgba col = {255, 255, 255, 255}, rgba barcol = {0, 0, 0, 255}, rgba outlinecol = {222, 222, 222, 255}); @@ -275,7 +276,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);