#ifndef _WA2PLAYLIST_H
#define _WA2PLAYLIST_H
class Wa2Playlist
{
public:
Wa2Playlist() {}
virtual ~Wa2Playlist() {}
};
#endif