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