My Project
|
#include <util.h>
Public Attributes | |
const char * | name |
unsigned short | width |
unsigned short | height |
unsigned char * | content |
unsigned char * | alpha |
unsigned char* ColoredImgDataItem::alpha |
Definition at line 440 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
unsigned char* ColoredImgDataItem::content |
Definition at line 439 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
unsigned short ColoredImgDataItem::height |
Definition at line 438 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
const char* ColoredImgDataItem::name |
Definition at line 436 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().
unsigned short ColoredImgDataItem::width |
Definition at line 437 of file util.h.
Referenced by ResourceMgr::copyResourceAs(), and writeColoredImgData().