HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CL_SaveVersion.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: CL_SaveVersion.h (CL Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __CL_SAVEVERSION_H_INCLUDED__
12 #define __CL_SAVEVERSION_H_INCLUDED__
13 
14 #include "CL_API.h"
15 
16 /// Generic version number for CL state data
17 ///
18 /// Version 1: Initial version, all float data is fpreal32
19 /// Version 2/3: These were intermediate version numbers used by CHOP_Filter
20 /// and CHOP_Gesture.
21 /// Version 4: All floating point data is fpreal64
22 ///
23 #define CL_SAVE_VERSION 4
24 
25 #endif // __CL_SAVEVERSION_H_INCLUDED__