From 4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 28 Mar 2015 01:43:35 +0100 Subject: Bump OculusVR RIFT SDK to 0.5.0.1 --- LibOVR/Include/OVR.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'LibOVR/Include/OVR.h') diff --git a/LibOVR/Include/OVR.h b/LibOVR/Include/OVR.h index b82e452..546e447 100644 --- a/LibOVR/Include/OVR.h +++ b/LibOVR/Include/OVR.h @@ -27,10 +27,14 @@ limitations under the License. #define OVR_h #include "OVR_Version.h" - -#include "../Src/Kernel/OVR_Math.h" - -#include "../Src/OVR_CAPI.h" +#include "OVR_CAPI.h" + +/* The following includes are deprecated from this location and will be removed from a future version of this library. */ +#include "Kernel/OVR_Types.h" +#include "Kernel/OVR_RefCount.h" +#include "Kernel/OVR_Std.h" +#include "Kernel/OVR_Alg.h" +#include "Extras/OVR_Math.h" #endif -- cgit v1.2.3