mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
124 lines
2.7 KiB
C++
124 lines
2.7 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: JPATexture
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "JSystem/JParticle/JPATexture.h"
|
|
|
|
//
|
|
// Types:
|
|
//
|
|
|
|
struct ResTIMG {
|
|
};
|
|
|
|
struct JUTTexture {
|
|
/* 802DE234 */ // False False
|
|
~JUTTexture();
|
|
/* 802DE2A8 */ // False False
|
|
// ResTIMG const* False
|
|
// ResTIMG const False
|
|
// ResTIMG False
|
|
// u8 False
|
|
void storeTIMG(ResTIMG const*, u8);
|
|
};
|
|
|
|
struct JPATexture {
|
|
/* 8027D7D4 */ // False False
|
|
// u8 const* False
|
|
// u8 const False
|
|
// u8 False
|
|
JPATexture(u8 const*);
|
|
/* 8027D83C */ // True False
|
|
~JPATexture();
|
|
};
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
// u8 const* False
|
|
// u8 const False
|
|
// u8 False
|
|
extern "C" void __ct__10JPATextureFPCUc();
|
|
// True False
|
|
extern "C" void __dt__10JPATextureFv();
|
|
extern "C" extern void* __vt__10JPATexture[3 + 1 /* padding */];
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
// False False
|
|
// void False
|
|
// void* False
|
|
// void False
|
|
void operator delete(void*);
|
|
|
|
// False False
|
|
// void False
|
|
// void* False
|
|
// void False
|
|
extern "C" void __dl__FPv();
|
|
// False False
|
|
extern "C" void __dt__10JUTTextureFv();
|
|
// False False
|
|
// ResTIMG const* False
|
|
// ResTIMG const False
|
|
// ResTIMG False
|
|
// u8 False
|
|
extern "C" void storeTIMG__10JUTTextureFPC7ResTIMGUc();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* ############################################################################################## */
|
|
/* 803C4598-803C45A8 000C+04 s=2 e=0 z=0 None .data __vt__10JPATexture */
|
|
SECTION_DATA void* __vt__10JPATexture[3 + 1 /* padding */] = {
|
|
(void*)NULL /* RTTI */,
|
|
(void*)NULL,
|
|
(void*)__dt__10JPATextureFv,
|
|
/* padding */
|
|
NULL,
|
|
};
|
|
|
|
/* 8027D7D4-8027D83C 0068+00 s=0 e=1 z=0 None .text __ct__10JPATextureFPCUc */
|
|
// 8027D7E8: 803C4598 (__vt__10JPATexture)
|
|
// 8027D7EC: 803C4598 (__vt__10JPATexture)
|
|
// 8027D820: 802DE2A8 (storeTIMG__10JUTTextureFPC7ResTIMGUc)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
// u8 const* False
|
|
// u8 const False
|
|
// u8 False
|
|
asm JPATexture::JPATexture(u8 const* param_0) {
|
|
nofralloc
|
|
#include "asm/JSystem/JParticle/JPATexture/__ct__10JPATextureFPCUc.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|
|
/* 8027D83C-8027D8A0 0064+00 s=1 e=0 z=0 None .text __dt__10JPATextureFv */
|
|
// 8027D85C: 803C4598 (__vt__10JPATexture)
|
|
// 8027D860: 803C4598 (__vt__10JPATexture)
|
|
// 8027D870: 802DE234 (__dt__10JUTTextureFv)
|
|
// 8027D880: 802CED3C (__dl__FPv)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// True False
|
|
asm JPATexture::~JPATexture() {
|
|
nofralloc
|
|
#include "asm/JSystem/JParticle/JPATexture/__dt__10JPATextureFv.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|