1 2 3 4 5 6
#pragma once struct GLFWwindow; void gpu_init(GLFWwindow* window); void gpu_draw(); void gpu_shutdown();