summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gpu.h')
-rw-r--r--src/gpu/gpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h
new file mode 100644
index 0000000..02204af
--- /dev/null
+++ b/src/gpu/gpu.h
@@ -0,0 +1,6 @@
+#pragma once
+struct GLFWwindow;
+
+void gpu_init(GLFWwindow* window);
+void gpu_draw();
+void gpu_shutdown();