1 2 3 4 5 6 7 8 9 10 11
#ifndef _WA2PLAYLIST_H #define _WA2PLAYLIST_H class Wa2Playlist { public: Wa2Playlist() {} virtual ~Wa2Playlist() {} }; #endif