Initial commit (stubbed).
This commit is contained in:
parent
9c4d81c4f2
commit
feea08d121
1 changed files with 10 additions and 0 deletions
10
Source/Examples/OpenAL/StreamingPlayback.cs
Normal file
10
Source/Examples/OpenAL/StreamingPlayback.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Examples.OpenAL
|
||||
{
|
||||
class StreamingPlayback
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue