Move efxlib.h to sound/

This commit is contained in:
dhewg 2011-12-11 16:02:05 +01:00
parent b54bc73532
commit f4406290d1
2 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,7 @@
#ifndef __EFXLIBH
#define __EFXLIBH
#include "eax4.h"
#include "../openal/include/eax4.h"
@ -16,13 +16,13 @@ class idSoundEffect
public:
idSoundEffect() {
};
~idSoundEffect() {
~idSoundEffect() {
if ( data && datasize ) {
Mem_Free( data );
data = NULL;
}
}
idStr name;
int datasize;
void *data;
@ -39,7 +39,7 @@ public:
// Public data members.
private:
public:
idEFXFile();
~idEFXFile();
@ -58,4 +58,3 @@ public:
#endif // __EFXLIBH

View file

@ -45,7 +45,7 @@ If you have questions concerning this license or the applicable additional terms
#include <AL/alc.h>
#define ID_ALCHAR
#endif
#include "../openal/include/efxlib.h"
#include "efxlib.h"
// demo sound commands
typedef enum {