#pragma once #include #include #include namespace style { SDRPP_EXPORT ImFont* baseFont; SDRPP_EXPORT ImFont* bigFont; SDRPP_EXPORT ImFont* hugeFont; SDRPP_EXPORT 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(); }