home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
BPspline.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-05-03
|
506b
|
24 lines
#ifndef _BPSPLINE_H_
#define _BPSPLINE_H_
#include "Obaselist.h"
enum
{
// object properties
ID_PAINTSPLINE_GROUP = 901,
ID_PAINTSPLINE_INFO_GROUP = 902,
ID_PAINTSPLINE_GROUP_COORDS = 903,
ID_PAINTSPLINE_PREVIEW = 1001,
ID_PAINTSPLINE_POINTS = 1002,
ID_PAINTSPLINE_SEGMENTS = 1003,
ID_PAINTSPLINE_POSITION = 1004,
ID_PAINTSPLINE_ROTATION = 1005,
ID_PAINTSPLINE_SCALE = 1006,
ID_PAINTSPLINE_END
};
#endif