shithub: microui

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