mirror-ghostty/pkg/dcimgui/c_import.h

8 lines
241 B
C

// This is set during the build so it also has to be set
// during import time to get the right types. Without this
// you get stack size mismatches on some structs.
#define IMGUI_USE_WCHAR32 1
#define IMGUI_HAS_DOCK 1
#include "dcimgui.h"