From 80f53cb013c668e97227236e323440faa9fb9cbc Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 24 Dec 2021 15:40:47 +0100 Subject: [PATCH] Update renderd7.hpp --- renderd7.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renderd7.hpp b/renderd7.hpp index f20c4f8..a3bd748 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -266,6 +266,12 @@ namespace RenderD7 std::string path; bool isDir; }; + struct Checkbox + { + float x, y, w, h; + bool is_chexked = false; + u32 outcol, incol, chcol; + }; /*class Console {