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