Duckstation/src/duckstation/imgui_styles.h

8 lines
151 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);
2019-11-07 14:22:10 +00:00
void AddRobotoRegularFont(float size = 15.0f);
2019-11-07 13:59:04 +00:00
}