summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gpu.h')
-rw-r--r--src/gpu/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h
index 127ca42..87d4b9b 100644
--- a/src/gpu/gpu.h
+++ b/src/gpu/gpu.h
@@ -2,5 +2,5 @@
struct GLFWwindow;
void gpu_init(GLFWwindow *window);
-void gpu_draw(float audio_peak);
+void gpu_draw(float audio_peak, float aspect_ratio);
void gpu_shutdown();