home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
Tpolygonselection.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-06-09
|
332b
|
14 lines
#ifndef _Tpolygonselection_H_
#define _Tpolygonselection_H_
enum
{
POLYGONSELECTIONTAG_COMMAND1 = 1000, // virtual ID
POLYGONSELECTIONTAG_COMMAND2 = 1001,
POLYGONSELECTIONTAG_COMMAND3 = 1002,
POLYGONSELECTIONTAG_COMMAND4 = 1003,
POLYGONSELECTIONTAG_COMMAND5 = 1004,
POLYGONSELECTIONTAG_COMMAND6 = 1005
};
#endif