Files
tp/libs/JSystem/JParticle/JPATexture.cpp
T

17 lines
482 B
C++
Raw Normal View History

2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: JPATexture
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
#include "JSystem/JParticle/JPATexture.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-04-06 18:00:35 +02:00
/* 8027D7D4-8027D83C 278114 0068+00 0/0 1/1 0/0 .text __ct__10JPATextureFPCUc */
2021-12-06 06:51:53 -05:00
JPATexture::JPATexture(u8 const* pData) {
mpData = (const JPATextureData*)pData;
mTexture.storeTIMG(&mpData->mResTIMG, (u8)0);
2021-03-28 22:49:05 +02:00
}
2021-04-06 18:00:35 +02:00
/* 8027D83C-8027D8A0 27817C 0064+00 1/0 0/0 0/0 .text __dt__10JPATextureFv */
2021-12-06 06:51:53 -05:00
JPATexture::~JPATexture() {}