New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
BgGlobal.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadDisposer.h>
4
5class BgUnit;
6
8{
10
11public:
13
14 BgUnit* getBgUnit(s32 file, s32 layer);
15};
Definition BgGlobal.h:8
BgUnit * getBgUnit(s32 file, s32 layer)