ovr_sdk

diff LibOVR/Src/Util/Util_Interface.cpp @ 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/Src/Util/Util_Interface.cpp	Wed Jan 14 06:51:16 2015 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +/************************************************************************************
     1.5 +
     1.6 +Filename    :   Util_Interface.cpp
     1.7 +Content     :   Simple interface, utilised by internal demos,
     1.8 +				with access to wider SDK as needed. 
     1.9 +				Located in the body of the SDK to ensure updated
    1.10 +				when new SDK features are added.
    1.11 +Created     :   February 20, 2014
    1.12 +Authors     :   Tom Heath
    1.13 +
    1.14 +Copyright   :   Copyright 2014 Oculus VR, LLC All Rights reserved.
    1.15 +
    1.16 +Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); 
    1.17 +you may not use the Oculus VR Rift SDK except in compliance with the License, 
    1.18 +which is provided at the time of installation or download, or which 
    1.19 +otherwise accompanies this software in either electronic or hard copy form.
    1.20 +
    1.21 +You may obtain a copy of the License at
    1.22 +
    1.23 +http://www.oculusvr.com/licenses/LICENSE-3.2 
    1.24 +
    1.25 +Unless required by applicable law or agreed to in writing, the Oculus VR SDK 
    1.26 +distributed under the License is distributed on an "AS IS" BASIS,
    1.27 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.28 +See the License for the specific language governing permissions and
    1.29 +limitations under the License.
    1.30 +
    1.31 +*************************************************************************************/
    1.32 +
    1.33 +#include "Util_Interface.h"
    1.34 +
    1.35 +
    1.36 +
    1.37 +//Files left in to ease its possible return......