shithub: microui

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