tools/toolpersistent/ortoolpersistent_data.h
#ifndef __ORTOOLPERSISTENT_DATA_H__
#define __ORTOOLPERSISTENT_DATA_H__
class ORToolPersistentData : public FBUserObject {
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool FbxStore( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
virtual bool FbxRetrieve( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
FBString mText;
};
#endif