#pragma once struct tune { float (*play)(struct tune *, double time); }; extern const struct tune TUNE;