git ssb

0+

cel / foostudio



Tree: 1b5aafc84d39bf3a1c4dbe87e27f6d4938aae848

Files: 1b5aafc84d39bf3a1c4dbe87e27f6d4938aae848 / tune.h

110 bytesRaw
1#pragma once
2
3struct tune {
4 float (*play)(struct tune *, double time);
5};
6
7extern const struct tune TUNE;
8

Built with git-ssb-web