diff options
| author | Ray <[email protected]> | 2016-06-06 14:34:43 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2016-06-06 14:34:43 +0200 |
| commit | 29d505c98e6b24882927347cf24f5736d5f8c849 (patch) | |
| tree | 9b3e0b1687161802e804ce9606697f2f1dcfa38c /src/external/openal_soft/include/AL/efx-creative.h | |
| parent | 688045307a20e64b797bf487e72375cfcfaee601 (diff) | |
| download | raylib-29d505c98e6b24882927347cf24f5736d5f8c849.tar.gz raylib-29d505c98e6b24882927347cf24f5736d5f8c849.zip | |
Reorganize external libraries - BREAKING CHANGE -
Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
Diffstat (limited to 'src/external/openal_soft/include/AL/efx-creative.h')
| -rw-r--r-- | src/external/openal_soft/include/AL/efx-creative.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/external/openal_soft/include/AL/efx-creative.h b/src/external/openal_soft/include/AL/efx-creative.h new file mode 100644 index 00000000..0a04c982 --- /dev/null +++ b/src/external/openal_soft/include/AL/efx-creative.h @@ -0,0 +1,3 @@ +/* The tokens that would be defined here are already defined in efx.h. This + * empty file is here to provide compatibility with Windows-based projects + * that would include it. */ |
