Update renderd7.hpp
This commit is contained in:
parent
ab71f5c84f
commit
80f53cb013
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user