Init
This commit is contained in:
23
exchange/exchangesource/PRC2XML/ExchangeManagement.h
Normal file
23
exchange/exchangesource/PRC2XML/ExchangeManagement.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// Created by mathis on 27/05/2016.
|
||||
//
|
||||
|
||||
#ifndef PRC2XML_EXCHANGEMANAGEMENT_H
|
||||
#define PRC2XML_EXCHANGEMANAGEMENT_H
|
||||
|
||||
#include <string>
|
||||
#include <A3DSDKIncludes.h>
|
||||
|
||||
class ExchangeManagement {
|
||||
public:
|
||||
ExchangeManagement();
|
||||
~ExchangeManagement();
|
||||
|
||||
A3DInt32 convert(const std::string& filename, const std::string& outputPath);
|
||||
|
||||
protected:
|
||||
A3DInt32 m_libraryLoadingStatus;
|
||||
A3DSDKHOOPSExchangeLoader* m_sHoopsExchangeLoader;
|
||||
};
|
||||
|
||||
#endif //PRC2XML_EXCHANGEMANAGEMENT_H
|
||||
Reference in New Issue
Block a user