gear/src/thirdparty/sokol/sokol_cimgui.c

8 lines
187 B
C
Raw Normal View History

2024-09-08 17:37:47 +12:00
#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>