lxgui
Loading...
Searching...
No Matches
gui_code_point_range.hpp
1#ifndef LXGUI_GUI_CODE_POINT_RANGE_HPP
2#define LXGUI_GUI_CODE_POINT_RANGE_HPP
3
4#include "lxgui/lxgui.hpp"
5
6namespace lxgui::gui {
7
10 char32_t first = 0u;
11 char32_t last = 0u;
12};
13
14} // namespace lxgui::gui
15
16#endif
Represents a contiguous range of unicode code points.