Initial commit (stubbed).

This commit is contained in:
the_fiddler 2008-04-04 20:19:53 +00:00
parent 9c4d81c4f2
commit feea08d121

View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Examples.OpenAL
{
class StreamingPlayback
{
}
}