musicVolume - multiple declarations

Function musicVolume

Sets the volume that the music will play at

void musicVolume (
  int volume
) @property;

Function musicVolume

Gets the volume that the music will play at

int musicVolume() @property;