#pragma once #include #include namespace style { extern ImFont* baseFont; extern ImFont* bigFont; extern ImFont* hugeFont; extern float uiScale; bool setDefaultStyle(std::string resDir); bool loadFonts(std::string resDir); void beginDisabled(); void endDisabled(); void testtt(); } namespace ImGui { void LeftLabel(const char* text); void FillWidth(); }