mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 21:15:38 +00:00
11 lines
151 B
C#
11 lines
151 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Examples.OpenAL
|
|
{
|
|
class StreamingPlayback
|
|
{
|
|
}
|
|
}
|