diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-14 11:54:17 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-17 15:08:30 -0400 |
commit | 1adbcd54fe0d5d75c487c86640fed263251867ea (patch) | |
tree | ba2c44b84a00be497fb93f85b8145ea011e9f877 /src/audio_core/stream.cpp | |
parent | a94b623dfb6f151dfa9c0a62ad30368a9c8058c2 (diff) |
audio_renderer: Replace includes with forward declarations where applicable
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.
Diffstat (limited to 'src/audio_core/stream.cpp')
0 files changed, 0 insertions, 0 deletions