home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
VPcomic.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-05-16
|
309b
|
16 lines
#ifndef _VPcomic_H_
#define _VPcomic_H_
enum
{
VP_COMICCOLOR = 1000,
VP_COMICILLUMINATION = 1001,
VP_COMICOUTLINE = 1002,
VP_COMICEDGES = 1003,
VP_COMICEDGECOLOR = 1004,
VP_COMICBACKCOLOR = 1005,
VP_COMICQUANTIZE = 1006,
VP_COMICQUANTIZELEVEL = 1007
};
#endif