Update renderd7.hpp

This commit is contained in:
2021-12-24 15:40:47 +01:00
committed by GitHub
parent ab71f5c84f
commit 80f53cb013

View File

@ -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
{