diff options
Diffstat (limited to 'src/gpu/gpu.h')
| -rw-r--r-- | src/gpu/gpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gpu/gpu.h b/src/gpu/gpu.h index 768b238..f47355c 100644 --- a/src/gpu/gpu.h +++ b/src/gpu/gpu.h @@ -100,9 +100,7 @@ struct RenderPass { void gpu_init(PlatformState* platform_state); void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat); -#if !defined(STRIP_ALL) -void gpu_simulate_until(float time); -#endif /* !defined(STRIP_ALL) */ +void gpu_resize(int width, int height); void gpu_shutdown(); // Helper functions (exposed for internal/future use) |
