#ifndef MINO_GRAPH_H #define MINO_GRAPH_H X V graph_init(V); X V graph_deinit(V); X V graph_events(V); /*actual rendering*/ X V graph_before(V); X V graph_after(V); /*shapes*/ X V graph_triangle(V); #endif