summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-09-14 11:54:17 -0400
committerGravatar Lioncash2018-09-17 15:08:30 -0400
commit1adbcd54fe0d5d75c487c86640fed263251867ea (patch)
treeba2c44b84a00be497fb93f85b8145ea011e9f877 /src/common/string_util.cpp
parentMerge pull request #1311 from FernandoS27/fast-swizzle (diff)
downloadyuzu-1adbcd54fe0d5d75c487c86640fed263251867ea.tar.gz
yuzu-1adbcd54fe0d5d75c487c86640fed263251867ea.tar.xz
yuzu-1adbcd54fe0d5d75c487c86640fed263251867ea.zip
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/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions