NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_wm_sv_mdl.hpp
1#include <game/mLib/m_3d.hpp>
2
3class dWmSVMdl_c : public m3d::proc_c {
4public:
5 virtual ~dWmSVMdl_c() {}
6
7 virtual void create(mAllocator_c *, m3d::smdl_c &);
8
9 u32 m_00;
10};
An allocator class that wraps an EGG:Allocator .