Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
al_globals.cpp
Go to the documentation of this file.
1 #include "gfx/vec.h"
2 #include "al_globals.h"
3 #include "hashtable.h"
4 #ifdef HAVE_AL
6 unsigned int maxallowedsingle = 10;
7 unsigned int maxallowedtotal = 40;
8 float scalepos;
9 bool usedoppler = false;
10 bool usepositional = true;
11 float scalevel;
12 std::vector< ALuint >unusedsrcs;
13 #endif
14