aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-06-14 17:34:51 +0200
committerraysan5 <raysan5@gmail.com>2016-06-14 17:34:51 +0200
commitd60dc7c2ebf151481e1148a9a6361b9687c48418 (patch)
tree305704d6328227bf9878df441db974ef63f10631
parent97fc266ad461db9da51877341f6097660cbf305a (diff)
downloadraylib-d60dc7c2ebf151481e1148a9a6361b9687c48418.tar.gz
raylib-d60dc7c2ebf151481e1148a9a6361b9687c48418.zip
Added Oculus Rift library dll
-rw-r--r--.gitignore4
-rw-r--r--src/external/OculusSDK/LibOVR/LibOVRRT32_1.dllbin0 -> 964048 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3a908454..b221a37b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,8 +66,10 @@ src/libraylib.a
src/libraylib.bc
# oculus example
-!examples/oculus_glfw_sample/LibOVRRT32_1.dll
+!examples/oculus_glfw_sample/
+
# external libraries DLLs
!src/external/glfw3/lib/win32/glfw3.dll
!src/external/openal_soft/lib/win32/OpenAL32.dll
+!src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll \ No newline at end of file
diff --git a/src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll b/src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
new file mode 100644
index 00000000..70f63f70
--- /dev/null
+++ b/src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
Binary files differ