latest api changes...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5252 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-11-04 01:32:33 +00:00
parent ba36517465
commit 9a4592531d
3 changed files with 17 additions and 4 deletions
+5 -1
View File
@@ -1,4 +1,5 @@
#include <MediaTrack.h>
#ifndef _MEDIA_PLUGIN_H
#define _MEDIA_PLUGIN_H
namespace BPrivate { namespace media {
@@ -16,3 +17,6 @@ class Reader;
using namespace BPrivate::media;
extern "C" MediaPlugin *instantiate_plugin();
#endif