mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-24 16:55:38 +00: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);
|
|
}
|