NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggGlobalDrawState.hpp
1#pragma once
2
3#include <lib/egg/gx/eggScreen.hpp>
4#include <lib/nw4r/math/mtx.hpp>
5
6namespace EGG {
7
8namespace GlobalDrawState {
9 void beginDrawView(unsigned short, const nw4r::math::MTX34 &, const EGG::Screen &);
10
11 extern u32 sDrawFlag;
12};
13
14} // namespace EGG