SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
StageResourceLoader.hpp
1#pragma once
2
3namespace MR {
4 bool tryRequestLoadStageResource();
5 bool isLoadStageScenarioResource();
6};