Skip to content
Snippets Groups Projects
  1. Oct 07, 2018
  2. Sep 24, 2018
  3. Sep 23, 2018
  4. Sep 17, 2018
    • Lioncash's avatar
      audio_renderer: Replace includes with forward declarations where applicable · 1adbcd54
      Lioncash authored
      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.
      1adbcd54
  5. Sep 15, 2018
  6. Sep 08, 2018
  7. Aug 13, 2018
  8. Aug 12, 2018
  9. Aug 05, 2018
Loading