metaforce/Runtime/Weapon/CFlameInfo.cpp

9 lines
272 B
C++
Raw Normal View History

2017-05-20 07:41:49 +00:00
#include "Weapon/CFlameInfo.hpp"
2018-12-08 05:30:43 +00:00
namespace urde {
2017-05-20 07:41:49 +00:00
2017-08-13 05:26:14 +00:00
CFlameInfo::CFlameInfo(s32 w1, s32 w2, CAssetId flameFxId, s32 w3, float f1, float f2, float f3)
2019-04-16 08:00:46 +00:00
: x0_(w1), x4_attributes(w2), x8_flameFxId(flameFxId), xc_length(w3), x10_(f1), x18_(f2), x1c_(f3) {}
2017-05-20 07:41:49 +00:00
2018-12-08 05:30:43 +00:00
} // namespace urde