/* ** music.h - <+DESC+> ** ** 2014 - Frank Villaro-Dixon */ #ifndef MUSIC_H #define MUSIC_H int did_have_beat(void); #endif /* ndef MUSIC_H */