mirror of https://github.com/zeldaret/tp.git
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() {}
|