f0465c63ed
Co-authored-by: Nik <werwolv98@gmail.com>
10 lines
309 B
C
10 lines
309 B
C
// ImGui config (check imconfig.h for more information about these definitions)
|
|
#pragma once
|
|
|
|
#define IMGUI_DEFINE_MATH_OPERATORS
|
|
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
|
#define IMGUI_DISABLE_OBSOLETE_KEYIO
|
|
#define IMGUI_ENABLE_FREETYPE
|
|
#define ImDrawIdx unsigned int
|
|
#define IMGUI_DEBUG_TOOL_ITEM_PICKER_EX
|