Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Util_Interface.h
Go to the documentation of this file.
1 /************************************************************************************
2 
3 PublicHeader: OVR.h
4 Filename : Util_Interface.h
5 Content : Simple interface, utilised by internal demos,
6  with access to wider SDK as needed.
7  Located in the body of the SDK to ensure updated
8  when new SDK features are added.
9 Created : February 20, 2014
10 Authors : Tom Heath
11 
12 Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved.
13 
14 Licensed under the Oculus VR Rift SDK License Version 3.1 (the "License");
15 you may not use the Oculus VR Rift SDK except in compliance with the License,
16 which is provided at the time of installation or download, or which
17 otherwise accompanies this software in either electronic or hard copy form.
18 
19 You may obtain a copy of the License at
20 
21 http://www.oculusvr.com/licenses/LICENSE-3.1
22 
23 Unless required by applicable law or agreed to in writing, the Oculus VR SDK
24 distributed under the License is distributed on an "AS IS" BASIS,
25 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 See the License for the specific language governing permissions and
27 limitations under the License.
28 
29 *************************************************************************************/
30 
31 #ifndef OVR_Util_Interface_h
32 #define OVR_Util_Interface_h
33 #include "../../Src/OVR_CAPI.h"
34 
35 //Files left in to ease its possible return......
36 
37 #endif