mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
e7a6eb10b5
* work on J3DShapeMtx * update Progress.md
13 lines
316 B
C++
13 lines
316 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: J3DUDL
|
|
//
|
|
|
|
#include "JSystem/J3DU/J3DUDL.h"
|
|
#include "JSystem/J3DGraphBase/J3DShapeMtx.h"
|
|
|
|
// Fake function to make the weak function J3DShapeMtx::getUseMtxNum appear in this TU
|
|
u32 J3DUGetUseMtxNum(J3DShapeMtx* i_shapeMtx) {
|
|
return i_shapeMtx->getUseMtxNum();
|
|
}
|