Add LoadHUDColors()

This commit is contained in:
Baoulettes 2022-04-23 04:50:14 +02:00 committed by GitHub
parent 4eed422ffa
commit 7e27dbeb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@ namespace SohImGui {
void LoadResource(const std::string& name, const std::string& path, const ImVec4& tint = ImVec4(1, 1, 1, 1));
ImTextureID GetTextureByID(int id);
ImTextureID GetTextureByName(const std::string& name);
void LoadHUDColors();
}