mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 21:25:42 -04:00
8 lines
151 B
C++
8 lines
151 B
C++
#pragma once
|
|
#include <imgui.h>
|
|
|
|
namespace ImGui {
|
|
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
|
|
void AddRobotoRegularFont(float size = 15.0f);
|
|
}
|