1 2 3 4 5 6 7 8
#include "gpu.h" void gpu_init(GLFWwindow *) { } void gpu_draw() { } void gpu_shutdown() { }