SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
HitSensorInfo.hpp
1#pragma once
2
3#include "JSystem/JGeometry/TVec.hpp"
4#include <revolution.h>
5
6class HitSensor;
7
9{
10public:
11 HitSensorInfo(const char *, HitSensor *, const TVec3f *, MtxPtr, const TVec3f &, bool);
12
13 void update();
14 void doObjCol();
15
16 const char* mName; // _0
17 s32 mHashCode; // _4
18 HitSensor* mSensor; // _8
19 TVec3f _C;
20 const TVec3f* _18;
21 MtxPtr _1C;
22 bool _20;
23 u8 _21; // _Padding
24 u8 _22;
25 u8 _23;
26};