mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
6 lines
194 B
C
6 lines
194 B
C
|
|
#pragma once
|
||
|
|
#include "imgui.h"
|
||
|
|
namespace ImGui {
|
||
|
|
ImFont* AddFontFiraCodeRetina(ImGuiIO& io, float size_pixels, const ImFontConfig* font_cfg = nullptr, const ImWchar* glyph_ranges = nullptr);
|
||
|
|
}
|