StarTrekV3_Linux  Version3
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
SoundManager.cpp File Reference
#include <stdio.h>
#include "SoundManager.h"

Namespaces

 SoundManager
 

Functions

void SoundManager::Init_SoundManager (int a_nNumberOfSamples)
 
void SoundManager::DeInit_SoundManager ()
 
void SoundManager::LoadSounds ()
 
void SoundManager::PlaySound (SOUND::SOUNDNAME a_Name, double a_dVolume)
 
void SoundManager::LoopSound (SOUND::SOUNDNAME a_Name, double a_dVolume, ALLEGRO_SAMPLE_ID *a_rID)
 
void SoundManager::StopSound (ALLEGRO_SAMPLE_ID *a_ID)
 

Variables

ALLEGRO_PATH * g_pSoundPath = NULL
 
vector< ALLEGRO_SAMPLE * > g_vSample
 

Variable Documentation

ALLEGRO_PATH* g_pSoundPath = NULL
vector<ALLEGRO_SAMPLE *> g_vSample