ovr_sdk

diff LibOVR/Include/OVR_Kernel.h @ 0:1b39a1b46319

initial 0.4.4
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 14 Jan 2015 06:51:16 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/LibOVR/Include/OVR_Kernel.h	Wed Jan 14 06:51:16 2015 +0200
     1.3 @@ -0,0 +1,42 @@
     1.4 +/************************************************************************************
     1.5 +
     1.6 +Filename    :   OVRKernel.h
     1.7 +Content     :   This contains references to all OVR Kernel headers in Src folder.
     1.8 +                Should be generated automatically based on PublicHeader tags.
     1.9 +
    1.10 +Copyright   :   Copyright 2014 Oculus VR, LLC. All Rights reserved.
    1.11 +
    1.12 +Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); 
    1.13 +you may not use the Oculus VR Rift SDK except in compliance with the License, 
    1.14 +which is provided at the time of installation or download, or which 
    1.15 +otherwise accompanies this software in either electronic or hard copy form.
    1.16 +
    1.17 +You may obtain a copy of the License at
    1.18 +
    1.19 +http://www.oculusvr.com/licenses/LICENSE-3.2 
    1.20 +
    1.21 +Unless required by applicable law or agreed to in writing, the Oculus VR SDK 
    1.22 +distributed under the License is distributed on an "AS IS" BASIS,
    1.23 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.24 +See the License for the specific language governing permissions and
    1.25 +limitations under the License.
    1.26 +
    1.27 +*************************************************************************************/
    1.28 +
    1.29 +#ifndef OVR_h
    1.30 +#define OVR_h
    1.31 +
    1.32 +#include "../Src/Kernel/OVR_Types.h"
    1.33 +#include "../Src/Kernel/OVR_Allocator.h"
    1.34 +#include "../Src/Kernel/OVR_RefCount.h"
    1.35 +#include "../Src/Kernel/OVR_Log.h"
    1.36 +#include "../Src/Kernel/OVR_Math.h"
    1.37 +#include "../Src/Kernel/OVR_System.h"
    1.38 +#include "../Src/Kernel/OVR_Nullptr.h"
    1.39 +#include "../Src/Kernel/OVR_String.h"
    1.40 +#include "../Src/Kernel/OVR_Array.h"
    1.41 +#include "../Src/Kernel/OVR_Timer.h"
    1.42 +#include "../Src/Kernel/OVR_SysFile.h"
    1.43 +
    1.44 +#endif
    1.45 +