#include <stdio.h>#include <GL/gl.h>#include <GL/glu.h>#include <SDL/SDL.h>#include <SDL/SDL_image.h>#include <string>#include <iostream>#include <fstream>#include <cmath>#include <cassert>#include <stdlib.h>#include <map>#include "camera.h"#include "utility.h"#include "globals.h"#include <AL/al.h>#include <AL/alc.h>#include <AL/alut.h>Include dependency graph for sound.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SOUNDMANAGER |
Defines | |
| #define | MAX_BUFFERS 50 |
| #define | MAX_SOURCES 10 |
| #define | DISTANCE_FACTOR 0.025 |
| #define | VELOCITY_FACTOR 1.5 |
| #define | _SOUND_H |
|
|
|
|
|
Definition at line 71 of file sound.h. Referenced by SOUNDMANAGER::SetListenerPos(), and SOUNDMANAGER::SetPos(). |
|
|
|
|
|
Definition at line 69 of file sound.h. Referenced by SOUNDMANAGER::NewSource(). |
|
|
Definition at line 73 of file sound.h. Referenced by SOUNDMANAGER::SetListenerVel(), and SOUNDMANAGER::SetVel(). |
1.4.6