mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
10
Src/Plugins/Input/in_cdda/workorder.h
Normal file
10
Src/Plugins/Input/in_cdda/workorder.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef NULLSOFT_IN_CDDA_WORKORDER_H
|
||||
#define NULLSOFT_IN_CDDA_WORKORDER_H
|
||||
|
||||
#include "../gracenote/CDDBPluginWorkOrderManager.h"
|
||||
|
||||
extern CDDBModuleWorkOrderManagerInterface *workorder;
|
||||
void OpenMusicIDWorkOrder();
|
||||
void ShutdownMusicIDWorkOrder();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user