mirror of
https://github.com/zeldaret/ss
synced 2026-08-11 19:38:54 -04:00
9 lines
199 B
C++
9 lines
199 B
C++
#include "JSystem/JParticle/JPATexture.h"
|
|
|
|
JPATexture::JPATexture(u8 const* pData) {
|
|
mpData = (const JPATextureData*)pData;
|
|
mTexture.store(&mpData->mResTIMG);
|
|
}
|
|
|
|
JPATexture::~JPATexture() {}
|