ovr_sdk
annotate LibOVR/Include/OVR_Kernel.h @ 1:bd36c61436fa
added oculusd too
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 14 Jan 2015 06:51:30 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@0 | 1 /************************************************************************************ |
nuclear@0 | 2 |
nuclear@0 | 3 Filename : OVRKernel.h |
nuclear@0 | 4 Content : This contains references to all OVR Kernel headers in Src folder. |
nuclear@0 | 5 Should be generated automatically based on PublicHeader tags. |
nuclear@0 | 6 |
nuclear@0 | 7 Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. |
nuclear@0 | 8 |
nuclear@0 | 9 Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); |
nuclear@0 | 10 you may not use the Oculus VR Rift SDK except in compliance with the License, |
nuclear@0 | 11 which is provided at the time of installation or download, or which |
nuclear@0 | 12 otherwise accompanies this software in either electronic or hard copy form. |
nuclear@0 | 13 |
nuclear@0 | 14 You may obtain a copy of the License at |
nuclear@0 | 15 |
nuclear@0 | 16 http://www.oculusvr.com/licenses/LICENSE-3.2 |
nuclear@0 | 17 |
nuclear@0 | 18 Unless required by applicable law or agreed to in writing, the Oculus VR SDK |
nuclear@0 | 19 distributed under the License is distributed on an "AS IS" BASIS, |
nuclear@0 | 20 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
nuclear@0 | 21 See the License for the specific language governing permissions and |
nuclear@0 | 22 limitations under the License. |
nuclear@0 | 23 |
nuclear@0 | 24 *************************************************************************************/ |
nuclear@0 | 25 |
nuclear@0 | 26 #ifndef OVR_h |
nuclear@0 | 27 #define OVR_h |
nuclear@0 | 28 |
nuclear@0 | 29 #include "../Src/Kernel/OVR_Types.h" |
nuclear@0 | 30 #include "../Src/Kernel/OVR_Allocator.h" |
nuclear@0 | 31 #include "../Src/Kernel/OVR_RefCount.h" |
nuclear@0 | 32 #include "../Src/Kernel/OVR_Log.h" |
nuclear@0 | 33 #include "../Src/Kernel/OVR_Math.h" |
nuclear@0 | 34 #include "../Src/Kernel/OVR_System.h" |
nuclear@0 | 35 #include "../Src/Kernel/OVR_Nullptr.h" |
nuclear@0 | 36 #include "../Src/Kernel/OVR_String.h" |
nuclear@0 | 37 #include "../Src/Kernel/OVR_Array.h" |
nuclear@0 | 38 #include "../Src/Kernel/OVR_Timer.h" |
nuclear@0 | 39 #include "../Src/Kernel/OVR_SysFile.h" |
nuclear@0 | 40 |
nuclear@0 | 41 #endif |
nuclear@0 | 42 |