Files: fd156cd03b6fce3c933ce1edb725e8e6e74e7be4 / tune.h
110 bytesRaw
1 | |
2 | |
3 | struct tune { |
4 | float (*play)(struct tune *, double time); |
5 | }; |
6 | |
7 | extern const struct tune TUNE; |
8 |
Built with git-ssb-web
1 | |
2 | |
3 | struct tune { |
4 | float (*play)(struct tune *, double time); |
5 | }; |
6 | |
7 | extern const struct tune TUNE; |
8 |
Built with git-ssb-web