void F_CALLBACKAPI FMUSIC_CALLBACK(
FMUSIC_MODULE *mod,
unsigned char param
);
mod | The music file to have callbacks performed on. |
param | The argument relating specifically to the callback made, whether it is a row/order or Zxx callback. For example on the row callback, the row number would be returned. |