SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
LiveActor
AllLiveActorGroup.hpp
1
#pragma once
2
3
#include "Game/LiveActor/LiveActorGroup.hpp"
4
5
class
AllLiveActorGroup
:
public
LiveActorGroup
{
6
public
:
7
AllLiveActorGroup
();
8
9
virtual
~AllLiveActorGroup
();
10
11
void
initActorSystemInfo(
const
JMapInfoIter
&);
12
13
s32 _18;
14
};
15
16
namespace
MR {
17
AllLiveActorGroup
* getAllLiveActorGroup();
18
void
startInitLiveActorSystemInfo();
19
void
initLiveActorSystemInfo(
const
JMapInfoIter
&);
20
void
endInitLiveActorSystemInfo();
21
};
AllLiveActorGroup
Definition
AllLiveActorGroup.hpp:5
JMapInfoIter
Definition
JMapInfo.hpp:16
LiveActorGroup
Definition
LiveActorGroup.hpp:7
Generated by
1.10.0