#ifndef _DOLPHIN_MTX
#define _DOLPHIN_MTX
#include <dolphin/types.h>
typedef f32 Mtx[3][4];
typedef f32 (*MtxPtr)[4];
#endif // _DOLPHIN_MTX