mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
c15d8fcb3e
* more simple J2D/J3D funcs * JPABaseShape constructor * fmt Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
18 lines
503 B
C++
18 lines
503 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: JPATexture
|
|
//
|
|
|
|
#include "JSystem/JParticle/JPATexture.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
/* 8027D7D4-8027D83C 278114 0068+00 0/0 1/1 0/0 .text __ct__10JPATextureFPCUc */
|
|
JPATexture::JPATexture(u8 const* pData) {
|
|
mpData = (const JPATextureData*)pData;
|
|
mTexture.storeTIMG(&mpData->mResTIMG, (u8)0);
|
|
}
|
|
|
|
/* 8027D83C-8027D8A0 27817C 0064+00 1/0 0/0 0/0 .text __dt__10JPATextureFv */
|
|
JPATexture::~JPATexture() {}
|