NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggGfxEngine.hpp
1#pragma once
2
3#include <types.h>
4
5namespace EGG {
6
7namespace GfxEngine {
8 class Configuration {
9 public:
10 u16 x0;
11 u16 x2;
12 char pad2[0x10];
13 u16 x14;
14 u16 x16;
15 Configuration();
16 };
17}
18
19} // namespace EGG