NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_bg.hpp
1#pragma once
2#include <types.h>
3
4class dBg_c {
5public:
6 char pad[0x8fea0];
7 float mLoopOffset;
8
9 void setWaterInWave(float x, float y, u8 type);
10
11 static dBg_c *m_bg_p;
12};
Definition d_bg.hpp:4