prime/include/Kyoto/CVParamTransfer.hpp
Phillip Stephens ba75752e14 Match CFontImageDef, can't link due to extraneous TToken destructor
Former-commit-id: 77b921601a56b7339b62f6617192b0533a22f7a7
2022-10-01 01:33:18 -07:00

16 lines
248 B
C++

#ifndef __CVPARAMTRANSFER_HPP__
#define __CVPARAMTRANSFER_HPP__
#include <rstl/rc_ptr.hpp>
class IObj;
class CVParamTransfer {
public:
static CVParamTransfer Null();
private:
rstl::rc_ptr< unkptr > x0_;
};
#endif // __CVPARAMTRANSFER_HPP__