medfall

A super great game engine
Log | Files | Refs

mingw_audio_output.h (197B)


      1 #pragma once
      2 
      3 /*
      4  * mingw doesn't include the DirectX SDK headers, specifically xaudio2.h, so we
      5  * build stubs for anything audio output related as a workaround
      6  */
      7 
      8 struct AudioOutputDevice { };