NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggModelEx.hpp
1#pragma once
2
3#include <lib/nw4r/g3d/scn_obj.hpp>
4
5namespace EGG {
6
7class ModelEx {
8public:
9 ModelEx(nw4r::g3d::ScnObj *);
10};
11
12} // namespace EGG