mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +00:00
8 lines
173 B
C++
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
|