shithub: microui

ref: 9bcef8453a0197d571290b6ea8b5c593c3d6e9d2
dir: /demo/common.h/

View raw version
#ifndef COMMON_H
#define COMMON_H

#include "microui.h"
#include "renderer.h"

extern float bg[3];

void process_frame(mu_Context *ctx);

#endif