Files: fdc9644582b3e2b875598b772c5bdda6c74ef9e5 / tune.h
211 bytesRaw
1 | |
2 | |
3 | struct tune { |
4 | void (*init)(struct tune *); |
5 | void (*deinit)(struct tune *); |
6 | void (*reload)(struct tune *); |
7 | double (*play)(struct tune *, int time); |
8 | }; |
9 | |
10 | extern const struct tune TUNE; |
11 |
Built with git-ssb-web