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