Update renderd7.hpp
This commit is contained in:
parent
80f53cb013
commit
489d4f54a1
@ -268,11 +268,11 @@ namespace RenderD7
|
|||||||
};
|
};
|
||||||
struct Checkbox
|
struct Checkbox
|
||||||
{
|
{
|
||||||
float x, y, w, h;
|
float x, y, s;
|
||||||
bool is_chexked = false;
|
bool is_chexked = false;
|
||||||
u32 outcol, incol, chcol;
|
u32 outcol, incol, chcol;
|
||||||
};
|
};
|
||||||
|
void DrawCheckbox(Checkbox box);
|
||||||
/*class Console
|
/*class Console
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user