if (ImGui::BeginMenuBar())
{
if (ImGui::BeginMenu("VISUALS"))
{
//todo
}
if (ImGui::BeginMenu("CHAMS"))
{
//todo
}
if (ImGui::BeginMenu("AIMBOT"))
{
//todo
}
if (ImGui::BeginMenu("RAGEBOT"))
{
//todo
}
if (ImGui::BeginMenu("MISC"))
{
//todo
}
if (ImGui::BeginMenu("SKINS"))
{
//todo
}
if (ImGui::BeginMenu("COLORS"))
{
//todo
}
if (ImGui::BeginMenu("CONFIGS"))
{
//todo
}
ImGui::EndMenuBar();
}