shithub: microui

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