pub unsafe extern "C" fn openmpt_module_get_num_subsongs(
    mod_: *mut openmpt_module
) -> i32
Expand description

\brief Get the number of sub-songs

\param mod The module handle to work on. \return The number of sub-songs in the module. This includes any “hidden” songs (songs that share the same sequence, but start at different order indices) and “normal” sub-songs or “sequences” (if the format supports them). \sa openmpt_module_get_subsong_name, openmpt_module_select_subsong, openmpt_module_get_selected_subsong