#pragma once struct GLFWwindow; void gpu_init(GLFWwindow *window); void gpu_draw(float audio_peak); void gpu_shutdown();