mirror of
https://github.com/vbatts/bitorchestra.git
synced 2024-11-27 02:55:41 +00:00
5 lines
91 B
C
5 lines
91 B
C
#include "sounds.h"
|
|
int main() {
|
|
sound_loop_1(sound_1,0);
|
|
}
|
|
// vim:set sw=2 sts=2 et ai:
|