SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
ActorPadAndCameraCtrl.hpp
1#pragma once
2
3#include "JSystem/JGeometry/TVec.hpp"
4
5class ModelManager;
6
8public:
9 static ActorPadAndCameraCtrl* tryCreate(const ModelManager *, const TVec3f *);
10};