home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
KEP2P.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-07-14
|
182b
|
14 lines
#ifndef _KEP2P_H_
#define _KEP2P_H_
enum
{
P2P_LINK = 10001, // link
P2P_BIAS = 10002, // real
P2P_CUBIC = 10003, // bool
P2P_DUMMY
};
#endif