git ssb

0+

cel / foostudio



Tree: 4be6db6a6163e3a0ccd85e7e193f54406c80a29a

Files: 4be6db6a6163e3a0ccd85e7e193f54406c80a29a / tune.h

213 bytesRaw
1#pragma once
2
3struct tune {
4 void (*init)(struct tune *);
5 void (*deinit)(struct tune *);
6 void (*reload)(struct tune *);
7 float (*play)(struct tune *, double time);
8};
9
10extern const struct tune TUNE;
11

Built with git-ssb-web