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