ovr_sdk

view LibOVR/Src/Util/Util_Interface.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 source
1 /************************************************************************************
3 Filename : Util_Interface.h
4 Content : Simple interface, utilised by internal demos,
5 with access to wider SDK as needed.
6 Located in the body of the SDK to ensure updated
7 when new SDK features are added.
8 Created : February 20, 2014
9 Authors : Tom Heath
11 Copyright : Copyright 2014 Oculus VR, LLC All Rights reserved.
13 Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License");
14 you may not use the Oculus VR Rift SDK except in compliance with the License,
15 which is provided at the time of installation or download, or which
16 otherwise accompanies this software in either electronic or hard copy form.
18 You may obtain a copy of the License at
20 http://www.oculusvr.com/licenses/LICENSE-3.2
22 Unless required by applicable law or agreed to in writing, the Oculus VR SDK
23 distributed under the License is distributed on an "AS IS" BASIS,
24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 See the License for the specific language governing permissions and
26 limitations under the License.
28 *************************************************************************************/
30 #ifndef OVR_Util_Interface_h
31 #define OVR_Util_Interface_h
32 #include "../OVR_CAPI.h"
34 //Files left in to ease its possible return......
36 #endif