HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CL_Error.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  * COMMENTS:
7  */
8 
9 #ifndef __CL_Error_h__
10 #define __CL_Error_h__
11 
13 {
14  CL_ERROR_FAIL = 0 // Unknown failure reason
15 };
16 
17 #endif
CL_ErrorCodes
Definition: CL_Error.h:12