#include <llvlmanager.h>
Collaboration diagram for LLVLData:
Public Member Functions | |
LLVLData (LLViewerRegion *regionp, const S8 type, U8 *data, const S32 size) | |
~LLVLData () | |
Public Attributes | |
S8 | mType |
U8 * | mData |
S32 | mSize |
LLViewerRegion * | mRegionp |
Definition at line 69 of file llvlmanager.h.
LLVLData::LLVLData | ( | LLViewerRegion * | regionp, | |
const S8 | type, | |||
U8 * | data, | |||
const S32 | size | |||
) |
LLVLData::~LLVLData | ( | ) |
Definition at line 76 of file llvlmanager.h.
Referenced by LLVLManager::addLayerData(), and LLVLData().