oculus1

view libovr/Include/OVRVersion.h @ 10:b2abb08c8f94

proper FPS-style vr tracking
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 20 Sep 2013 06:49:39 +0300
parents
children
line source
1 /************************************************************************************
3 Filename : OVRVersion.h
4 Content :
6 Copyright : Copyright 2012 Oculus VR, Inc. All Rights reserved.
8 Use of this software is subject to the terms of the Oculus license
9 agreement provided at the time of installation or download, or which
10 otherwise accompanies this software in either electronic or hard copy form.
12 *************************************************************************************/
14 #ifndef _OVR_VERSION_H
15 #define _OVR_VERSION_H
17 #define OVR_MAJOR_VERSION 0
18 #define OVR_MINOR_VERSION 2
19 #define OVR_BUILD_VERSION 4
20 #define OVR_VERSION_STRING "0.2.4"
22 #endif