We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b212c3 commit d2d864aCopy full SHA for d2d864a
1 file changed
examples/CSharp/OpenAL/Tutorial001.HelloSound/Program.cs
@@ -1,4 +1,7 @@
1
-using NAudio.Wave;
+// Licensed to the .NET Foundation under one or more agreements.
2
+// The .NET Foundation licenses this file to you under the MIT license.
3
+
4
+using NAudio.Wave;
5
using Silk.NET.OpenAL;
6
7
// NOTE: If you prefer, you can use the static ALContext and AL functions instead of creating an API object!
0 commit comments