Definition in file Sound.cpp.
#include "Sound.h"
#include <string>
Include dependency graph for Sound.cpp:

Go to the source code of this file.
Functions | |
| const string | TOK_BEGIN_SOUND_CLASSES ("BEGIN CLASSES\n") |
| denotes the block of the init file that loads the sound classes | |
| const string | TOK_END_SOUND_CLASSES ("END CLASSES") |
| const string | TOK_BEGIN_SAMPLES ("BEGIN SAMPLES\n") |
| const string | TOK_END_SAMPLES ("END SAMPLES") |
| const float | VOL_STEP (0.005f) |
|
|
Referenced by Sound::init(). |
|
|
denotes the block of the init file that loads the sound classes
Referenced by Sound::init(). |
|
|
|
|
|
|
|
|
Referenced by Sound::decreaseSFXVol(), Sound::decreaseSongVol(), Sound::increaseSFXVol(), and Sound::increaseSongVol(). |
1.3-rc2