X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=be2a006d633eddc0f4f4d18a061bbe90d8125596;hb=92a6a5b3deaa3c03ab40851496b73bcdbba22fee;hp=b7b4fc9fb993adb7a822c78d13d819961ed0b79d;hpb=d435148bf0fd538f3b69a8232253618e10249ffa;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index b7b4fc9..be2a006 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -27,21 +27,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Quaternions.h" #include "Lights.h" #include "Skeleton.h" -#include "fmod.h" #include "Terrain.h" #include "Sprites.h" -//#include #include "Frustum.h" #include "Objects.h" #include "Weapons.h" #include "Person.h" #include "TGALoader.h" +#include "openal_wrapper.h" #include "Constants.h" bool visibleloading = 0; -FSOUND_SAMPLE *samp[100] = {0}; -FSOUND_STREAM * strm[20] = {0}; +OPENAL_SAMPLE *samp[100] = {0}; +OPENAL_STREAM * strm[20] = {0}; int channels[100] = {0}; float volume = 0;bool buttons[3] = {0};