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:
@@ -0,0 +1,10 @@
|
||||
|
||||
class AppManager;
|
||||
class NodeManager;
|
||||
class BufferManager;
|
||||
class NotificationManager;
|
||||
|
||||
extern AppManager * gAppManager;
|
||||
extern NodeManager * gNodeManager;
|
||||
extern BufferManager * gBufferManager;
|
||||
extern NotificationManager * gNotificationManager;
|
||||
Reference in New Issue
Block a user