Initial commit (stubbed).

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

View file

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