mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
17 lines
482 B
C++
17 lines
482 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: JPATexture
|
|
//
|
|
|
|
#include "JSystem/JParticle/JPATexture.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() {}
|