summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gpu.cc')
-rw-r--r--src/gpu/gpu.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gpu/gpu.cc b/src/gpu/gpu.cc
new file mode 100644
index 0000000..e538d5d
--- /dev/null
+++ b/src/gpu/gpu.cc
@@ -0,0 +1,8 @@
+#include "gpu.h"
+
+void gpu_init(GLFWwindow *) {
+}
+void gpu_draw() {
+}
+void gpu_shutdown() {
+}