diff options
author | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-28 01:43:35 +0100 |
commit | 4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c (patch) | |
tree | cf3671058d55b47ab6cb6f36f369928606137628 /LibOVR/Src/OVR_SerialFormat.h | |
parent | c29cd1a2fbff6282bab956ad61661ac9d48c4e6e (diff) |
Bump OculusVR RIFT SDK to 0.5.0.1vanilla_0.5.0.1
Diffstat (limited to 'LibOVR/Src/OVR_SerialFormat.h')
-rwxr-xr-x[-rw-r--r--] | LibOVR/Src/OVR_SerialFormat.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/LibOVR/Src/OVR_SerialFormat.h b/LibOVR/Src/OVR_SerialFormat.h index 9d9fbb7..f9ccb13 100644..100755 --- a/LibOVR/Src/OVR_SerialFormat.h +++ b/LibOVR/Src/OVR_SerialFormat.h @@ -30,6 +30,9 @@ limitations under the License. #include "Kernel/OVR_Types.h" #include "Kernel/OVR_String.h" +#include "OVR_Version.h" + + namespace OVR { @@ -117,10 +120,6 @@ public: }; -//#define SERIAL_FORMAT_UNIT_TEST -#ifdef SERIAL_FORMAT_UNIT_TEST -void TestSerialFormatStuff(); -#endif } // OVR |