mirror of
https://github.com/encounter/mkdd.git
synced 2026-03-30 11:30:02 -07:00
11 lines
271 B
C++
11 lines
271 B
C++
#include "JSystem/JParticle/JPATexture.h"
|
|
|
|
#include "JSystem/JParticle/JPATexture.h"
|
|
|
|
JPATexture::JPATexture(const unsigned char *p1)
|
|
: mTexture(), mData((const JPATextureData *)p1)
|
|
{
|
|
mTexture.storeTIMG(&mData->mResTIMG, (u8)'\0');
|
|
}
|
|
|
|
JPATexture::~JPATexture() {} |