prime/include/Kyoto/Animation/CHalfTransition.hpp
Phillip Stephens 0f49d0bf5e Match and link CPOINode
Former-commit-id: b734a37cd6a5d43b1b39a90ea95ab71e0d222e28
2022-12-09 12:16:05 -08:00

18 lines
287 B
C++

#ifndef _CHALFTRANSITION
#define _CHALFTRANSITION
#include "rstl/rc_ptr.hpp"
class IMetaTrans;
class CInputStream;
class CHalfTransition {
public:
explicit CHalfTransition(CInputStream& in);
private:
uint x0_id;
rstl::rc_ptr<IMetaTrans> x4_trans;
};
#endif // _CHALFTRANSITION