mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 15:20:11 -05:00
Add definition
This commit is contained in:
parent
bb44350a8f
commit
49e15d342d
@ -68,6 +68,7 @@ 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 EnhancementCombobox(const char* name, const char* ComboArray[], s16 FirstTimeValue = -1);
|
||||
|
||||
void DrawMainMenuAndCalculateGameSize(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user