ref: 0be6a77dcacc2ab434f6e413fba9c4a57ada0982 dir: /demo/common.h/
#ifndef COMMON_H #define COMMON_H #include "microui.h" #include "renderer.h" extern float bg[3]; void process_frame(mu_Context *ctx); #endif