update openal to 1.20.0

This commit is contained in:
alexey.lysiuk 2019-12-01 09:57:00 +02:00
parent 4691c7149b
commit b040994135
3 changed files with 3 additions and 2 deletions

View file

@ -31,9 +31,9 @@ extern "C" {
#define ALC_VERSION_0_1 1 #define ALC_VERSION_0_1 1
/** Opaque device handle */ /** Opaque device handle */
typedef struct ALCdevice_struct ALCdevice; typedef struct ALCdevice ALCdevice;
/** Opaque context handle */ /** Opaque context handle */
typedef struct ALCcontext_struct ALCcontext; typedef struct ALCcontext ALCcontext;
/** 8-bit boolean */ /** 8-bit boolean */
typedef char ALCboolean; typedef char ALCboolean;

View file

@ -1,6 +1,7 @@
#ifndef AL_EFX_H #ifndef AL_EFX_H
#define AL_EFX_H #define AL_EFX_H
#include <float.h>
#include "alc.h" #include "alc.h"
#include "al.h" #include "al.h"

Binary file not shown.