SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
CounterLayoutController.hpp
1#pragma once
2
3class LayoutActor;
4
6public:
7 static bool isWaitToDisappearCounter(const LayoutActor *);
8};