More...
#include <stdio.h>
#include <stdlib.h>
#include <tgfclient.h>
#include <raceinit.h>
#include <graphic.h>
#include <musicplayer/musicplayer.h>
#include <portability.h>
#include "soundconfig.h"
Go to the source code of this file.
- Version
- $Id$
Definition in file soundconfig.cpp.
◆ changeMenuMusicState()
| static void changeMenuMusicState |
( |
void * |
vp | ) |
|
|
static |
◆ changeSoundState()
| static void changeSoundState |
( |
void * |
vp | ) |
|
|
static |
◆ onActivate()
| static void onActivate |
( |
void * |
| ) |
|
|
static |
◆ readSoundCfg()
| static void readSoundCfg |
( |
void |
| ) |
|
|
static |
◆ saveSoundOption()
| static void saveSoundOption |
( |
void * |
| ) |
|
|
static |
◆ SoundMenuInit()
| void* SoundMenuInit |
( |
void * |
prevMenu | ) |
|
◆ curOption
◆ curOptionMenuMusic
| int curOptionMenuMusic = 0 |
|
static |
◆ LabelColor
| float LabelColor[] = {1.0, 0.0, 1.0, 1.0} |
|
static |
◆ menuMusicList
| const char* menuMusicList[] |
|
static |
Initial value:= {
}
#define MM_VAL_SOUND_DISABLED
#define MM_VAL_SOUND_ENABLED
Definition at line 47 of file soundconfig.cpp.
◆ MenuMusicOptionId
◆ nbOptions
◆ prevHandle
◆ scrHandle
◆ SoundOptionId
◆ soundOptionList
| const char* soundOptionList[] |
|
static |
Initial value:= {
}
#define GR_ATT_SOUND_STATE_DISABLED
#define GR_ATT_SOUND_STATE_OPENAL
Definition at line 38 of file soundconfig.cpp.
◆ VolumeValue
| float VolumeValue = 100.0f |
|
static |