Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 1 addition & 32 deletions LibOVR/Include/OVR.h
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
/************************************************************************************

Filename : OVR.h
Content : This contains references to all OVR-specific headers in Src folder.
Should be generated automatically based on PublicHeader tags.

Copyright : Copyright 2012 Oculus VR, Inc. All Rights reserved.

Use of this software is subject to the terms of the Oculus license
agreement provided at the time of installation or download, or which
otherwise accompanies this software in either electronic or hard copy form.

*************************************************************************************/

#ifndef OVR_h
#define OVR_h

#include "../Src/Kernel/OVR_Allocator.h"
#include "../Src/Kernel/OVR_Log.h"
#include "../Src/Kernel/OVR_Math.h"
#include "../Src/Kernel/OVR_System.h"
#include "../Src/Kernel/OVR_Types.h"
#include "../Src/OVR_Device.h"
#include "../Src/OVR_DeviceConstants.h"
#include "../Src/OVR_DeviceHandle.h"
#include "../Src/OVR_DeviceMessages.h"
#include "../Src/OVR_SensorFusion.h"
#include "../Src/Util/Util_LatencyTest.h"
#include "../Src/Util/Util_Render_Stereo.h"

#endif

/************************************************************************************Filename : OVR.hContent : The main public interface to Oculus for C++ Developers. Includes C API and helper classes.Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved.Licensed under the Oculus VR Rift SDK License Version 3.1 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.You may obtain a copy of the License athttp://www.oculusvr.com/licenses/LICENSE-3.1 Unless required by applicable law or agreed to in writing, the Oculus VR SDK distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*************************************************************************************/#ifndef OVR_h#define OVR_h#include "OVR_Version.h"#include "../Src/Kernel/OVR_Math.h"#include "../Src/OVR_CAPI.h"#endif
Expand Down
22 changes: 0 additions & 22 deletions LibOVR/Include/OVRVersion.h

This file was deleted.

1 change: 1 addition & 0 deletions LibOVR/Include/OVR_Kernel.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/************************************************************************************Filename : OVRKernel.hContent : This contains references to all OVR Kernel headers in Src folder. Should be generated automatically based on PublicHeader tags.Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved.Licensed under the Oculus VR Rift SDK License Version 3.1 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.You may obtain a copy of the License athttp://www.oculusvr.com/licenses/LICENSE-3.1 Unless required by applicable law or agreed to in writing, the Oculus VR SDK distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*************************************************************************************/#ifndef OVR_h#define OVR_h#include "../Src/Kernel/OVR_Types.h"#include "../Src/Kernel/OVR_Allocator.h"#include "../Src/Kernel/OVR_RefCount.h"#include "../Src/Kernel/OVR_Log.h"#include "../Src/Kernel/OVR_Math.h"#include "../Src/Kernel/OVR_System.h"#include "../Src/Kernel/OVR_Nullptr.h"#include "../Src/Kernel/OVR_String.h"#include "../Src/Kernel/OVR_Array.h"#include "../Src/Kernel/OVR_Timer.h"#include "../Src/Kernel/OVR_SysFile.h"#endif
Expand Down
1 change: 1 addition & 0 deletions LibOVR/Include/OVR_Version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/************************************************************************************Filename : OVRVersion.hContent : Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved.Licensed under the Oculus VR Rift SDK License Version 3.1 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.You may obtain a copy of the License athttp://www.oculusvr.com/licenses/LICENSE-3.1 Unless required by applicable law or agreed to in writing, the Oculus VR SDK distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.*************************************************************************************/#ifndef _OVR_VERSION_H#define _OVR_VERSION_H#define OVR_MAJOR_VERSION 0#define OVR_MINOR_VERSION 4#define OVR_BUILD_VERSION 1#define OVR_VERSION_STRING "0.4.1"#endif
Expand Down
Loading