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