1 2 3 4 5 6 7 8 9 10 11
#ifndef MAPMUSIC_H #define MAPMUSIC_H class dKPMusic { public: static void play(int id); static void execute(); static void stop(); }; #endif /* MAPMUSIC_H */