mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
A more generic name
This commit is contained in:
parent
3988832283
commit
b1da412c84
1 changed files with 4 additions and 1 deletions
|
@ -60,6 +60,9 @@ namespace SohImGui {
|
||||||
extern Console* console;
|
extern Console* console;
|
||||||
void Init(WindowImpl window_impl);
|
void Init(WindowImpl window_impl);
|
||||||
void Update(EventImpl event);
|
void Update(EventImpl event);
|
||||||
|
void EnhancementColorEdit3(std::string text, std::string cvarName, float ColorRGB[3]);
|
||||||
|
void EnhancementCheckbox(std::string text, std::string cvarName);
|
||||||
|
int ClampFloatToInt(float value, int min, int max);
|
||||||
void DrawMainMenuAndCalculateGameSize(void);
|
void DrawMainMenuAndCalculateGameSize(void);
|
||||||
void DrawFramebufferAndGameInput(void);
|
void DrawFramebufferAndGameInput(void);
|
||||||
void Render(void);
|
void Render(void);
|
||||||
|
@ -70,5 +73,5 @@ namespace SohImGui {
|
||||||
void LoadResource(const std::string& name, const std::string& path, const ImVec4& tint = ImVec4(1, 1, 1, 1));
|
void LoadResource(const std::string& name, const std::string& path, const ImVec4& tint = ImVec4(1, 1, 1, 1));
|
||||||
ImTextureID GetTextureByID(int id);
|
ImTextureID GetTextureByID(int id);
|
||||||
ImTextureID GetTextureByName(const std::string& name);
|
ImTextureID GetTextureByName(const std::string& name);
|
||||||
void LoadHUDColors();
|
void LoadCosmeticColors();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue