static void config(HWND hwndParent) { if (settingsDialog(mod.hDllInstance, hwndParent)) { writeIniInt("song_length", song_length); writeIniInt("silence_seconds", silence_seconds); writeIniInt("play_loops", play_loops); writeIniInt("mute_mask", mute_mask); } }
void onUpdatePlayingInfo(void) { writeIniInt("playing_info", playing_info); }