SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
CameraCalc.hpp
1#pragma once
2
3#include "JSystem/JGeometry/TVec.hpp"
4
5namespace MR {
6 void polarToCross(const TVec3f &, TVec3f *, float, float, float);
7}