NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
m_video.hpp
1#pragma once
2#include <lib/rvl/gx/GX.h>
3
4class mVideo {
5public:
6 GXRenderModeObj &mRenderModeObj;
7
8 static mVideo *m_video;
9};