home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
GVbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-08-23
|
215b
|
13 lines
#ifndef _GVBASE_H_
#define _GVBASE_H_
enum
{
ID_GVPROPERTIES = 1000992,
ID_GVPORTS = 1000993,
ID_GVBASE_ENABLE = 200000002,
ID_GVBASE_REMARK = 200000003,
ID_GVBASE_COLOR = 200000004
};
#endif