diff options
| author | Ray <[email protected]> | 2016-06-06 20:39:59 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2016-06-06 20:39:59 +0200 |
| commit | 34aea08ba26e286e820473c499a31957f77db1a5 (patch) | |
| tree | 13313994de526988e3180d0692b467062aa6c6f5 /.gitignore | |
| parent | 6b2823775ef05ec4e5356caa813b2b51e012b773 (diff) | |
| download | raylib-34aea08ba26e286e820473c499a31957f77db1a5.tar.gz raylib-34aea08ba26e286e820473c499a31957f77db1a5.zip | |
Update to OpenAL Soft 1.17.2
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -65,4 +65,8 @@ DerivedData/ src/libraylib.a # oculus example -!examples/oculus_glfw_sample/LibOVRRT32_1.dll
\ No newline at end of file +!examples/oculus_glfw_sample/LibOVRRT32_1.dll + +# external libraries DLLs +!src/external/glfw3/lib/win32/glfw3.dll +!src/external/openal_soft/lib/win32/OpenAL32.dll |
