home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
BPsplinegroup.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-05-03
|
189b
|
14 lines
#ifndef _BPSPLINEGROUP_H_
#define _BPSPLINEGROUP_H_
#include "BPspline.h"
enum
{
// object properties
ID_PAINTSPLINEGROUP_ = 2000,
ID_PAINTSPLINEGROUP_END
};
#endif