Browse Source

Speex includes should be in a subdirectory

Darryl Pogue 14 years ago
parent
commit
be86478cff
  1. 4
      Sources/Plasma/PubUtilLib/plAudio/plVoiceChat.cpp

4
Sources/Plasma/PubUtilLib/plAudio/plVoiceChat.cpp

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <al.h>
#include <alc.h>
#include "plDSoundBuffer.h"
#include <speex.h>
#include <speex_bits.h>
#include <speex/speex.h>
#include <speex/speex_bits.h>
#include "hsGeometry3.h"
#include "plVoiceChat.h"
#include "plAudioSystem.h"

Loading…
Cancel
Save