Added local assets floater, start work on a way to re-request inventory skeleton and meat from the server

This commit is contained in:
Hazim Gazov
2010-06-20 04:24:53 +00:00
parent d8d0799837
commit bb8b4bda87
12 changed files with 698 additions and 4 deletions

View File

@@ -80,10 +80,11 @@ public:
static const S32 READ_WRITE;
static const S32 APPEND;
protected:
LLAssetType::EType mFileType;
LLUUID mFileID;
protected:
S32 mPosition;
S32 mMode;
LLVFS *mVFS;