oculus1

diff libovr/Include/OVRVersion.h @ 1:e2f9e4603129

added LibOVR and started a simple vr wrapper.
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Sep 2013 16:14:59 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libovr/Include/OVRVersion.h	Sat Sep 14 16:14:59 2013 +0300
     1.3 @@ -0,0 +1,22 @@
     1.4 +/************************************************************************************
     1.5 +
     1.6 +Filename    :   OVRVersion.h
     1.7 +Content     :   
     1.8 +
     1.9 +Copyright   :   Copyright 2012 Oculus VR, Inc. All Rights reserved.
    1.10 +
    1.11 +Use of this software is subject to the terms of the Oculus license
    1.12 +agreement provided at the time of installation or download, or which
    1.13 +otherwise accompanies this software in either electronic or hard copy form.
    1.14 +
    1.15 +*************************************************************************************/
    1.16 +
    1.17 +#ifndef _OVR_VERSION_H
    1.18 +#define _OVR_VERSION_H
    1.19 +
    1.20 +#define OVR_MAJOR_VERSION 0
    1.21 +#define OVR_MINOR_VERSION 2
    1.22 +#define OVR_BUILD_VERSION 4
    1.23 +#define OVR_VERSION_STRING "0.2.4"
    1.24 +
    1.25 +#endif