SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
CameraPoseParam.hpp
1#pragma once
2
3#include "revolution.h"
4#include "JSystem/JGeometry/TVec.hpp"
5
7public:
9
10 void copyFrom(const CameraPoseParam &);
11
12 TVec3f _0;
13 TVec3f _C;
14 TVec3f _18;
15 TVec3f _24;
16 f32 _30;
17 TVec3f _34;
18 TVec3f _40;
19 f32 _4C;
20 f32 _50;
21 f32 _54;
22};