Exemplo n.º 1
0
 static AudioEngine()
 {
     if (!AudioLayer.Init())
     {
         throw new Exception("Failed to initialize the audio native layer.");
     }
 }