NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_a_yoshi.hpp
1#pragma once
2#include <game/bases/d_a_player_base.hpp>
3
4class daYoshi_c : public daPlBase_c {
5public:
6 u8 mPad[0xa0];
7 int m_a0;
8
9 void getTongueTipMtx(mMtx_c *mtx);
10 void getMouthMtx(mMtx_c *mtx);
11};
A 3x4 matrix.
Definition m_mtx.hpp:11