Duckstation/src/frontend-common/imgui_styles.h
2021-01-31 17:10:26 +10:00

8 lines
173 B
C++

#pragma once
#include <imgui.h>
namespace ImGui {
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
ImFont* AddRobotoRegularFont(float size = 15.0f);
} // namespace ImGui