#pragma once namespace ImGui { void ToggleButton(const char* label, bool* v); }