bitorchestra/f6.c

6 lines
91 B
C
Raw Normal View History

2012-11-19 20:47:44 +00:00
#include "sounds.h"
int main() {
sound_loop_1(sound_6,0);
2011-11-14 15:34:33 +00:00
}
// vim:set sw=2 sts=2 et ai: