SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
SkeletalFishBabyRail.hpp
1#pragma once
2
3#include "Game/LiveActor//LiveActor.hpp"
4
6
8public:
9 SkeletalFishBabyRail(const char *);
10
11 virtual ~SkeletalFishBabyRail();
12 virtual void init(const JMapInfoIter &);
13
14 s32 _8C;
15};
The basis of a drawable actor that can contain states (see: Nerve)
Definition LiveActor.hpp:24
virtual void init(const JMapInfoIter &)
Intializes the NameObj and can set various settings and construct necessary classes.