mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
fix int type, removing default value, should build
This commit is contained in:
parent
c0cd3b5400
commit
2115111ea8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +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 EnhancementCombobox(const char* name, const char* ComboArray[], uint8_t FirstTimeValue);
|
||||
|
||||
void DrawMainMenuAndCalculateGameSize(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue