importexport/FBXExtension/IOPlugin/MyOwnIOPlugin.h
#ifndef MY_OWN_IOPLUGIN_H
#define MY_OWN_IOPLUGIN_H
#include <fbxsdk.h>
FbxWriter* CreateMyOwnWriter(FbxManager& pManager, FbxExporter& pExporter, int pSubID, int pPluginID);
void* GetMyOwnWriterInfo(FbxWriter::EInfoRequest pRequest, int pId);
void FillOwnWriterIOSettings(FbxIOSettings& pIOS);
FbxReader* CreateMyOwnReader(FbxManager& pManager, FbxImporter& pImporter, int pSubID, int pPluginID);
void* GetMyOwnReaderInfo(FbxReader::EInfoRequest pRequest, int pId);
void FillOwnReaderIOSettings(FbxIOSettings& pIOS);
#endif