mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-28 17:50:48 +01:00
11 lines
231 B
C++
11 lines
231 B
C++
#ifndef _WA2PLAYLIST_H
|
|
#define _WA2PLAYLIST_H
|
|
|
|
class Wa2Playlist
|
|
{
|
|
public:
|
|
Wa2Playlist() {}
|
|
virtual ~Wa2Playlist() {}
|
|
};
|
|
|
|
#endif |