rotagon/music.h
Frank Villaro-Dixon 4eb20ea52c beats in music
2015-01-01 12:34:36 +01:00

15 lines
173 B
C

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