This commit is contained in:
2022-04-18 14:41:51 +02:00
parent 7d327f22aa
commit 8d28ae3754
2 changed files with 21 additions and 0 deletions

View File

@ -338,6 +338,8 @@ namespace RenderD7
u32 outcol, incol, chcol;
};
void DrawCheckbox(Checkbox box);
std::string FormatString(std::string fmt_str, ...);
std::string GetTimeStr(void);
/*class Console
{
public: