From 190869967285173e92d4c8cf06bea1e99718fffe Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sun, 16 Apr 2023 03:39:23 -0700 Subject: draw a triangle i wonder where kitty-cricket learnt this one from --- include/graph.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/graph.h b/include/graph.h index 59c0655..b2a9ffa 100644 --- a/include/graph.h +++ b/include/graph.h @@ -1,6 +1,11 @@ #ifndef MINO_GRAPH_H #define MINO_GRAPH_H X V graph_init(V); -X V graph_loop(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 -- cgit v1.2.3