mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-04-10 19:15:14 +00:00
7 lines
123 B
C++
7 lines
123 B
C++
#pragma once
|
|
#include <imgui.h>
|
|
|
|
namespace ImGui {
|
|
void StyleColorsDarker(ImGuiStyle* dst = nullptr);
|
|
} // namespace ImGui
|