diff --git a/Source/Examples/OpenAL/StreamingPlayback.cs b/Source/Examples/OpenAL/StreamingPlayback.cs new file mode 100644 index 00000000..a43b6073 --- /dev/null +++ b/Source/Examples/OpenAL/StreamingPlayback.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace Examples.OpenAL +{ + class StreamingPlayback + { + } +}