#include "gpu.h" void gpu_init(GLFWwindow *) { } void gpu_draw() { } void gpu_shutdown() { }