mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Initial commit (stubbed).
This commit is contained in:
parent
9c4d81c4f2
commit
feea08d121
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