home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
BPlayerbmp.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-04-09
|
253b
|
15 lines
#ifndef _BPLAYERBMP_H_
#define _BPLAYERBMP_H_
#include "BPlayer.h"
enum
{
// object properties
ID_PAINTLAYERBMP_OFFSET_X = 3000,
ID_PAINTLAYERBMP_OFFSET_Y = 3001,
ID_PAINTLAYERBMP_MODE = 3002,
ID_PAINTLAYERBMP_END
};
#endif