summaryrefslogtreecommitdiffstats
path: root/examples/sound/sound.doc
blob: 031c97e66898c1547504238cf2970490b2497004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*!   \page sound-example.html

  \ingroup examples
  \title Sound Example

  This example shows how easy it is to play sounds, e.g. .WAV files,
  if your machine is set up to play audio.

  <hr>

  Header file:

  \include sound/sound.h

  <hr>

  Implementation:

  \include sound/sound.cpp


*/