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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h
index f9c322c..1d79781 100644
--- a/src/gpu/gpu.h
+++ b/src/gpu/gpu.h
@@ -33,6 +33,7 @@ struct RenderPass {
void gpu_init(GLFWwindow *window);
void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat);
+void gpu_simulate_until(float time);
void gpu_shutdown();
// Helper functions (exposed for internal/future use)