mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
New code style refactor
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
#include "CTransition.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace urde {
|
||||
|
||||
CTransition::CTransition(CInputStream& in)
|
||||
: x0_id(in.readUint32Big())
|
||||
, x4_animA(in.readUint32Big())
|
||||
, x8_animB(in.readUint32Big())
|
||||
, xc_trans(CMetaTransFactory::CreateMetaTrans(in))
|
||||
{
|
||||
}
|
||||
: x0_id(in.readUint32Big())
|
||||
, x4_animA(in.readUint32Big())
|
||||
, x8_animB(in.readUint32Big())
|
||||
, xc_trans(CMetaTransFactory::CreateMetaTrans(in)) {}
|
||||
|
||||
}
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user