home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
Tstop.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-05-06
|
135b
|
12 lines
#ifndef _STOPTAG__H_
#define _STOPTAG__H_
enum
{
STOPTAG_GENERATOR = 1000,
STOPTAG_MODIFIER = 1001
};
#endif