From 4136e8f2e1e5da874d58fcea3b1f004b07c9677f Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sat, 15 Apr 2023 22:57:36 -0700 Subject: init sdl2,opengl --- include/graph.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/graph.h (limited to 'include/graph.h') diff --git a/include/graph.h b/include/graph.h new file mode 100644 index 0000000..59c0655 --- /dev/null +++ b/include/graph.h @@ -0,0 +1,6 @@ +#ifndef MINO_GRAPH_H +#define MINO_GRAPH_H +X V graph_init(V); +X V graph_loop(V); +X V graph_deinit(V); +#endif -- cgit v1.2.3