winamp/src/core/imgui_styles.h
2022-03-27 16:59:02 +10:00

7 lines
123 B
C++

#pragma once
#include <imgui.h>
namespace ImGui {
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
} // namespace ImGui