From 9ff050dfa597160a553c16566ed1400fea9cbcc8 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 4 Apr 2008 20:19:53 +0000 Subject: [PATCH] Initial commit (stubbed). --- Source/Examples/OpenAL/StreamingPlayback.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Source/Examples/OpenAL/StreamingPlayback.cs 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 + { + } +}