summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2026-01-25 15:10:37 -0600
committerAaditya Dhruv <[email protected]>2026-01-25 15:10:37 -0600
commit118980e02e59ff31871df59dce257075394f3533 (patch)
tree26fba4492bb4b561d21bf49b35d892a821d54fab /src/util.h
parent0e6e1245b70df4dfcba135d50e1b53d1a8ef7eb8 (diff)
wip
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
new file mode 100644
index 0000000..81c9733
--- /dev/null
+++ b/src/util.h
@@ -0,0 +1,4 @@
+#pragma once
+#include "glad/glad.h"
+void create_vbo(GLuint *vbo, void* buf, int size);
+void create_ebo(GLuint *ebo, void* buf, int size);