2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 15:47:43 +00:00

Initial CPatterned classes

This commit is contained in:
Jack Andersen
2016-04-24 19:03:38 -10:00
parent b60d55d784
commit 57775d31bf
16 changed files with 327 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
#include "CHealthInfo.hpp"
namespace urde
{
CHealthInfo::CHealthInfo(CInputStream& in)
: x0_health(in.readFloatBig()),
x4_knockbackResistance(in.readFloatBig()) {}
}