media_server.h was missing.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-11-24 00:50:15 +00:00
parent dab5a2c577
commit 08d612b66b

View File

@ -0,0 +1,10 @@
class AppManager;
class NodeManager;
class BufferManager;
class NotificationManager;
extern AppManager * gAppManager;
extern NodeManager * gNodeManager;
extern BufferManager * gBufferManager;
extern NotificationManager * gNotificationManager;