Wearable import/export, from Imprudence

This commit is contained in:
Siana Gearz
2011-04-19 13:46:09 +02:00
parent 955ca21298
commit 8f09dedb1e
5 changed files with 182 additions and 11 deletions

View File

@@ -81,6 +81,9 @@ public:
BOOL exportFile(LLFILE* file);
BOOL importFile(LLFILE* file);
BOOL FileExportParams(FILE* file);
BOOL FileExportTextures(FILE* file);
EWearableType getType() const { return mType; }
void setType( EWearableType type ) { mType = type; }