Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8362 in orxonox.OLD for trunk/src/lib/sound


Ignore:
Timestamp:
Jun 14, 2006, 10:08:41 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: removed stupid included in base_object.h
this should lead to faster compile-times

Location:
trunk/src/lib/sound
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/ogg_player.cc

    r8350 r8362  
    3131
    3232#include "debug.h"
     33#include "compiler.h"
    3334
    3435#ifdef HAVE_SDL_SDL_H
  • trunk/src/lib/sound/sound_buffer.cc

    r8293 r8362  
    2222#include "sdlincl.h"
    2323#include <cassert>
     24#include "debug.h"
     25
    2426#ifdef HAVE_SDL_SDL_H
    2527#include <SDL/SDL.h>
     
    8183                }
    8284#endif
    83     alBufferData(this->bufferID, SoundBuffer::sdlAudioSpecToAlFormat(&wavSpec), 
     85    alBufferData(this->bufferID, SoundBuffer::sdlAudioSpecToAlFormat(&wavSpec),
    8486                        wavBuffer, wavLength, wavSpec.freq);
    85                        
     87
    8688    SDL_FreeWAV(wavBuffer);
    8789    if (SoundEngine::checkError("Could not load Wave file", __LINE__))
  • trunk/src/lib/sound/sound_source.cc

    r8350 r8362  
    2121#include "alincl.h"
    2222#include "compiler.h"
     23#include "debug.h"
    2324
    2425namespace OrxSound
Note: See TracChangeset for help on using the changeset viewer.