#ifndef MUSIC_H_INCLUDED
#define MUSIC_H_INCLUDED

void init_music(void);
void play_music(void);

#endif //!MUSIC_H_INCLUDED
