NAME
====
  vg_sound_gadd() - add a soundfile to a soundfile-group


SYNOPSIS
========
  void vg_sound_gadd(const char * groupname, const char * soundname)


DESCRIPTION
===========
  Adds a soundfile to a soundfile-group, creating this group if not existing.
  Grouping sounds together allows them to play, pause, continue, stop
  and change volume with only one function-call.

  groupname is a group-name of your choice,
  it must begin with "g-", must not have more than 15 characters,
  and may contain letters, digits, underscores (_) and hyphens (-)

  soundname is a sound-name for a soundfile (refer to vg_sound_attach()).


RETURN VALUE
============
  No value is returned.


SEE ALSO
========
  Index
  Understanding sound
  vg_sound_startserver()
  vg_sound_endserver()
  vg_sound_attach()
  vg_sound_play()
  vg_sound_paus()
  vg_sound_cont()
  vg_sound_pate()
  vg_sound_catb()
  vg_sound_stop()
  vg_sound_gclr()
  vg_sound_gdel()
  vg_sound_volm()
  vg_sound_volumename()