NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggScreenEffectBase.hpp
1#pragma once
2
3#include <lib/egg/gx/eggScreen.hpp>
4#include <lib/nw4r/math/mtx.hpp>
5
6namespace EGG {
7
9public:
10 static Screen sScreen;
11};
12
13} // namespace EGG