diff options
author | Dave Parks <davep@lindenlab.com> | 2010-04-02 14:43:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-04-02 14:43:05 -0500 |
commit | 807d835c2bfc5d794a74f9690d1fafbe55ff88cc (patch) | |
tree | 08887317bbddf493dc4142505abfd1c727a67578 /indra/llcommon/llsdserialize.h | |
parent | 532e63e91fb40b5d4c4b0eb2f855cce442b8539d (diff) |
First draft of skin weights in .mesh asset
Diffstat (limited to 'indra/llcommon/llsdserialize.h')
-rw-r--r-- | indra/llcommon/llsdserialize.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llsdserialize.h b/indra/llcommon/llsdserialize.h index 2f2b292189..390eaca783 100644 --- a/indra/llcommon/llsdserialize.h +++ b/indra/llcommon/llsdserialize.h @@ -796,4 +796,8 @@ public: } }; +//dirty little zip functions -- yell at davep +LL_COMMON_API std::string zip_llsd(LLSD& data); +LL_COMMON_API bool unzip_llsd(LLSD& data, std::istream& is, S32 size); + #endif // LL_LLSDSERIALIZE_H |