mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
update openal to 1.20.0
This commit is contained in:
parent
4691c7149b
commit
b040994135
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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.
Loading…
Reference in a new issue