bgfx/3rdparty/ocornut-imgui/imgui_user.h
2016-06-06 18:17:40 -07:00

20 lines
217 B
C++

namespace ImGui
{
struct Font
{
enum Enum
{
Regular,
Mono,
Count
};
};
void PushFont(Font::Enum _font);
} // namespace ImGui
#include "widgets/file_list.h"
#include "widgets/memory_editor.h"