mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:25:45 -04:00
Move shared frontend code from SDL to a seperate project
This commit is contained in:
7
src/frontend-common/imgui_styles.h
Normal file
7
src/frontend-common/imgui_styles.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <imgui.h>
|
||||
|
||||
namespace ImGui {
|
||||
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
|
||||
void AddRobotoRegularFont(float size = 15.0f);
|
||||
}
|
Reference in New Issue
Block a user