gear/src/thirdparty/sokol/sokol_cimgui.c
2024-09-08 17:37:47 +12:00

7 lines
187 B
C

#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
#include <cimgui/cimgui.h>
#define SOKOL_IMGUI_IMPL
#include <sokol/sokol_gfx.h>
#include <sokol/sokol_app.h>
#include <sokol/util/sokol_imgui.h>