From 2f68b86ba403fdae97c00569b6bb9b58ad1f33a6 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 27 Jan 2026 18:56:59 +0100 Subject: initial commit --- src/gpu/gpu.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/gpu/gpu.cpp (limited to 'src/gpu/gpu.cpp') 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() {} -- cgit v1.2.3