Unpause channel, or all paused channels if -1

Property definitions

sdl2 $ Mix :: resume
	# Unpause `channel`, or all paused channels if -1
	fun resume(channel: Int) `{
		Mix_Resume(channel);
	`}
lib/sdl2/mixer.nit:156,2--159,3