mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 02:51:06 +00:00
Avoids including unnecessary headers within the audio_renderer.h header, lessening the likelihood of needing to rebuild source files including this header if they ever change. Given std::vector allows forward declaring contained types, we can move VoiceState to the cpp file and hide the implementation entirely.