SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
LiveActor
HitSensorInfo.hpp
1
#pragma once
2
3
#include "JSystem/JGeometry/TVec.hpp"
4
#include <revolution.h>
5
6
class
HitSensor
;
7
8
class
HitSensorInfo
9
{
10
public
:
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
};
HitSensor
Definition
HitSensor.hpp:10
HitSensorInfo
Definition
HitSensorInfo.hpp:9
Generated by
1.10.0