mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 03:26:08 +00:00
Start matching CScriptPlatform; more CScriptMazeNode
Former-commit-id: 135d63412c
This commit is contained in:
17
include/MetroidPrime/CHealthInfo.hpp
Normal file
17
include/MetroidPrime/CHealthInfo.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _CHEALTHINFO_HPP
|
||||
#define _CHEALTHINFO_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CHealthInfo {
|
||||
public:
|
||||
CHealthInfo(f32 hp, f32 resist);
|
||||
// TODO
|
||||
|
||||
private:
|
||||
f32 x0_health;
|
||||
f32 x4_knockbackResistance;
|
||||
};
|
||||
CHECK_SIZEOF(CHealthInfo, 0x8)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user