diff options
author | kitty piapiac <kcp@bsd.computer> | 2023-04-15 22:57:36 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2023-04-15 22:57:36 -0700 |
commit | 4136e8f2e1e5da874d58fcea3b1f004b07c9677f (patch) | |
tree | 93350473689fef10155c4598a43fef7374871b47 /include/graph.h |
init sdl2,opengl
Diffstat (limited to 'include/graph.h')
-rw-r--r-- | include/graph.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |