Added EnhancementColor4 in head file

This commit is contained in:
Baoulettes 2022-05-17 20:11:49 +02:00 committed by GitHub
commit c56dff49da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,8 @@ namespace SohImGui {
void EnhancementCheckbox(std::string text, std::string cvarName);
void EnhancementSliderInt(std::string text, std::string id, std::string cvarName, int min, int max, std::string format);
void EnhancementSliderFloat(std::string text, std::string id, std::string cvarName, float min, float max, std::string format, float defaultValue);
void EnhancementColor4(std::string text, std::string cvarName, float ColorRGBA[4], bool TitleSameLine);
void DrawMainMenuAndCalculateGameSize(void);
void DrawFramebufferAndGameInput(void);