8 lines
187 B
C
8 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>
|