CheatMenuSA/CheatMenu/CustomWidgets.h

8 lines
152 B
C
Raw Normal View History

#pragma once
class CustomWidgets
{
public:
static bool Checkbox(const char* label, bool* v, const char* hint = nullptr, bool is_disabled = false);
};