tp/libs/JSystem/J3DU/J3DUDL.cpp

36 lines
525 B
C++

//
// Generated By: dol2asm
// Translation Unit: J3DUDL
//
#include "JSystem/J3DU/J3DUDL.h"
#include "dol2asm.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;
}