mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 16:45:47 -04:00
Initial community commit
This commit is contained in:
16
Src/Plugins/Library/ml_playlists/PlaylistsCB.h
Normal file
16
Src/Plugins/Library/ml_playlists/PlaylistsCB.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef NULLSOFT_ML_PLAYLISTS_PLAYLISTSCB_H
|
||||
#define NULLSOFT_ML_PLAYLISTS_PLAYLISTSCB_H
|
||||
|
||||
#include <api/syscb/callbacks/syscb.h>
|
||||
#include "../playlist/api_playlists.h"
|
||||
|
||||
class PlaylistsCB : public SysCallback
|
||||
{
|
||||
public:
|
||||
FOURCC getEventType() { return api_playlists::SYSCALLBACK; }
|
||||
int notify(int msg, intptr_t param1 = 0, intptr_t param2 = 0);
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH;
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user