#ifndef MINO_GRAPH_H #define MINO_GRAPH_H X V graph_init(V); X V graph_deinit(V); X V graph_events(V); X V graph_before(V); X V graph_after(V); X V graph_quad(U32); X U32 graph_shader_create(IM C*,IM C*); X U32 graph_shader_tex; X U32 graph_tex_create(IM C*); #endif