mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:05:47 -04:00
Initial community commit
This commit is contained in:
10
Src/Wasabi/api/service/svcs/svc_xmlprov.cpp
Normal file
10
Src/Wasabi/api/service/svcs/svc_xmlprov.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#include "svc_xmlprov.h"
|
||||
|
||||
#define CBCLASS svc_xmlProviderI
|
||||
START_DISPATCH;
|
||||
CB(TESTDESC, testDesc);
|
||||
CB(GETXMLDATA, getXmlData);
|
||||
END_DISPATCH;
|
||||
#undef CBCLASS
|
Reference in New Issue
Block a user