20 lines
662 B
C
20 lines
662 B
C
/* ##H_FILE#
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
FILE : PCS_Cst.h
|
|
|
|
DESCRIPTION : Constantes for Physical collide set module
|
|
|
|
VERSION : 1.00/Olivier Jourdan/Creation
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
*/
|
|
#ifndef __PCS_CONST_H__
|
|
#define __PCS_CONST_H__
|
|
|
|
#define C_ucTypeZdd (unsigned char)0
|
|
#define C_ucTypeZdm (unsigned char)1
|
|
#define C_ucTypeZde (unsigned char)2
|
|
#define C_ucTypeZdr (unsigned char)3
|
|
|
|
#endif /* __PCS_CONST_H__ */
|