Duckstation/src/frontend-common/imgui_styles.h

8 lines
173 B
C
Raw Normal View History

2019-11-07 13:59:04 +00:00
#pragma once
#include <imgui.h>
namespace ImGui {
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
2021-01-10 14:56:59 +00:00
ImFont* AddRobotoRegularFont(float size = 15.0f);
} // namespace ImGui