10 lines
217 B
C
10 lines
217 B
C
#ifndef _COLL2D_ERRORS
|
|
#define _COLL2D_ERRORS
|
|
|
|
#define CHECK_ERROR_UNKNOWN -9999
|
|
#define CHECK_ERROR_NOT_IMPLEMENTED -1
|
|
#define CHECK_ERROR_INVALID_TYPES -2
|
|
#define CHECK_ERROR_OVERLAP -3
|
|
|
|
#endif /* _COLL2D_ERRORS */
|