Corrected issue with OpenAL being 'keg only' on OSX

Also reviewed issue with stdbool when compiling with clang
This commit is contained in:
raysan5
2017-02-11 23:34:41 +01:00
parent afcd748fdf
commit 05f039f85f
4 changed files with 14 additions and 14 deletions

View File

@@ -83,8 +83,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
//#include <stdbool.h>
#ifdef __cplusplus