summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.cpp
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-27 18:56:59 +0100
committerskal <pascal.massimino@gmail.com>2026-01-27 18:58:50 +0100
commit2f68b86ba403fdae97c00569b6bb9b58ad1f33a6 (patch)
treecd38e2aa13c26fdcfcf3555050a46db63c936efb /src/gpu/gpu.cpp
initial commit
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() {}