rotagon/music.h

18 lines
221 B
C
Raw Normal View History

2015-01-01 11:34:36 +00:00
/*
** music.h - <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#ifndef MUSIC_H
#define MUSIC_H
2015-01-01 12:46:13 +00:00
void
init_music(struct s_game *g);
2015-01-01 11:34:36 +00:00
int
2015-01-01 12:46:13 +00:00
did_have_beat(struct s_game *g);
2015-01-01 11:34:36 +00:00
#endif /* ndef MUSIC_H */