aboutsummaryrefslogtreecommitdiff
path: root/Src/Winamp/Playlist.h
blob: 341637cdd0789fcfc2107b5c389f94cb1f1c1b50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NULLSOFT_WINAMP_PLAYLIST_H
#define NULLSOFT_WINAMP_PLAYLIST_H

#include "../playlist/ifc_playlistloadercallback.h"

class Playlist : public ifc_playlistloadercallback
{
public:
    void OnFile( const wchar_t *filename, const wchar_t *title, int lengthInMS, ifc_plentryinfo *info );
};

#endif