SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
ArrowSwitchMultiHolder.hpp
1#pragma once
2
3#include "Game/MapObj/ArrowSwitchMulti.hpp"
4#include "Game/LiveActor/LiveActorGroup.hpp"
5
6class ArrowSwitchMultiHolder : public DeriveActorGroup<ArrowSwitchMulti> {
7public:
9
10 ArrowSwitchMulti* findSwitch(const JMapIdInfo *);
11};
12
13namespace MR {
14 void createArrowSwitchMultiHolder();
15 void registerArrowSwitchMulti(ArrowSwitchMulti *);
16 void registerArrowSwitchTarget(ArrowSwitchTarget *);
17};