Linux build support

This commit is contained in:
eray orçunus 2020-05-11 05:55:57 +03:00
commit 8a4fa58cd4
54 changed files with 1373 additions and 362 deletions

View file

@ -4,6 +4,10 @@
#include "common.h"
#include "sampman.h"
#ifndef _WIN32
#include <float.h>
#endif
extern bool IsFXSupported();
CChannel::CChannel()
@ -207,4 +211,4 @@ void CChannel::UpdateReverb(ALuint slot)
alSource3i(alSource, AL_AUXILIARY_SEND_FILTER, slot, 0, alFilter);
}
#endif
#endif