bitorchestra/f3.c

6 lines
91 B
C
Raw Normal View History

#include "sounds.h"
int main() {
sound_loop_1(sound_3,0);
2011-11-14 15:13:02 +00:00
}
// vim:set sw=2 sts=2 et ai: