SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
SpinDriverUtil.hpp
1#pragma once
2
3#include "Game/LiveActor/LiveActor.hpp"
4
6public:
7 static void setShadowAndClipping(LiveActor *, TVec3f *, f32, f32, f32 *);
8};
The basis of a drawable actor that can contain states (see: Nerve)
Definition LiveActor.hpp:24