mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Added EnhancementColor4 in head file
This commit is contained in:
parent
3241f94bb6
commit
c56dff49da
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue