HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GQ_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  * NAME: GQ_Error.h (C++)
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __GQ_Error__
13 #define __GQ_Error__
14 
16 {
17  GQ_ERROR_FAIL = 0, // Unknown failure reason
29 };
30 
31 
32 #endif
GQ_ErrorCodes
Definition: GQ_Error.h:15