1
0
Fork 0
mirror of https://github.com/vbatts/bitorchestra.git synced 2024-11-30 04:15:44 +00:00
bitorchestra/f5.c
2012-11-19 15:47:44 -05:00

5 lines
91 B
C

#include "sounds.h"
int main() {
sound_loop_1(sound_5,0);
}
// vim:set sw=2 sts=2 et ai: