mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 12:46:54 +00:00
Initial commit (stubbed).
This commit is contained in:
parent
acccba0bfb
commit
9ff050dfa5
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