This commit is contained in:
Jcw87 2023-07-16 15:47:32 -07:00
parent 7e2cf84a88
commit ba0e230982
1 changed files with 3 additions and 25 deletions

View File

@ -4,32 +4,10 @@
//
#include "JSystem/J3DU/J3DUDL.h"
#include "dol2asm.h"
#include "JSystem/J3DGraphBase/J3DShapeMtx.h"
#include "dolphin/types.h"
//
// Types:
//
struct J3DShapeMtx {
/* 80273E08 */ bool getUseMtxNum() const;
};
//
// Forward References:
//
extern "C" bool getUseMtxNum__11J3DShapeMtxCFv();
//
// External References:
//
//
// Declarations:
//
/* 80273E08-80273E10 26E748 0008+00 0/0 4/0 0/0 .text getUseMtxNum__11J3DShapeMtxCFv */
bool J3DShapeMtx::getUseMtxNum() const {
return true;
u32 J3DShapeMtx::getUseMtxNum() const {
return 1;
}