11 lines
231 B
C
11 lines
231 B
C
|
#ifndef _WA2PLAYLIST_H
|
||
|
#define _WA2PLAYLIST_H
|
||
|
|
||
|
class Wa2Playlist
|
||
|
{
|
||
|
public:
|
||
|
Wa2Playlist() {}
|
||
|
virtual ~Wa2Playlist() {}
|
||
|
};
|
||
|
|
||
|
#endif
|