ref: f5deb63c8db7b61b29d19ad2fc4128bb8d62f603 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