Update renderd7.hpp

This commit is contained in:
tobid7 2021-12-25 13:34:28 +01:00 committed by GitHub
parent 80f53cb013
commit 489d4f54a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,11 +268,11 @@ namespace RenderD7
};
struct Checkbox
{
float x, y, w, h;
float x, y, s;
bool is_chexked = false;
u32 outcol, incol, chcol;
};
void DrawCheckbox(Checkbox box);
/*class Console
{
public: