mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 12:15:42 -04:00
7 lines
123 B
C++
7 lines
123 B
C++
#pragma once
|
|
#include <imgui.h>
|
|
|
|
namespace ImGui {
|
|
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
|
|
} // namespace ImGui
|