shithub: microui

ref: 9aa16f4d5691e44c364b44a281880ccf03434249
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