NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_system.hpp
1#pragma once
2
3namespace dSys_c {
4 void create();
5 void setBlack(bool);
6 void execute();
7}
8
9namespace dSystem {
10 void fixArena();
11}