mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
ANCS stubs and initial readers
This commit is contained in:
22
Runtime/Character/CTransition.hpp
Normal file
22
Runtime/Character/CTransition.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef __PSHAG_CTRANSITION_HPP__
|
||||
#define __PSHAG_CTRANSITION_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CMetaTransFactory.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CTransition
|
||||
{
|
||||
u32 x0_id;
|
||||
u32 x4_animA;
|
||||
u32 x8_animB;
|
||||
std::unique_ptr<IMetaTrans> xc_trans;
|
||||
public:
|
||||
CTransition(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CTRANSITION_HPP__
|
||||
Reference in New Issue
Block a user