Update renderd7.hpp

This commit is contained in:
tobid7 2021-12-24 15:40:47 +01:00 committed by GitHub
parent ab71f5c84f
commit 80f53cb013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,6 +266,12 @@ namespace RenderD7
std::string path; std::string path;
bool isDir; bool isDir;
}; };
struct Checkbox
{
float x, y, w, h;
bool is_chexked = false;
u32 outcol, incol, chcol;
};
/*class Console /*class Console
{ {