Exemplo n.º 1
0
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);
	}
}
Exemplo n.º 2
0
void onUpdatePlayingInfo(void)
{
	writeIniInt("playing_info", playing_info);
}