mirror of https://github.com/zeldaret/tp.git
65 lines
1.3 KiB
C++
65 lines
1.3 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: JPAExTexShape
|
|
//
|
|
|
|
#include "JSystem/JParticle/JPAExTexShape.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Types:
|
|
//
|
|
|
|
struct _GXTexMapID {};
|
|
|
|
struct JUTTexture {
|
|
/* 802DE840 */ void load(_GXTexMapID);
|
|
};
|
|
|
|
struct JPAExTexShape {
|
|
/* 8027B13C */ JPAExTexShape(u8 const*);
|
|
};
|
|
|
|
struct JPAEmitterWorkData {};
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
void JPALoadExTex(JPAEmitterWorkData*);
|
|
|
|
extern "C" void JPALoadExTex__FP18JPAEmitterWorkData();
|
|
extern "C" void __ct__13JPAExTexShapeFPCUc();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" void load__10JUTTextureF11_GXTexMapID();
|
|
extern "C" void GXSetTexCoordGen2();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8027B040-8027B13C 00FC+00 s=0 e=1 z=0 None .text JPALoadExTex__FP18JPAEmitterWorkData */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void JPALoadExTex(JPAEmitterWorkData* param_0) {
|
|
nofralloc
|
|
#include "asm/JSystem/JParticle/JPAExTexShape/JPALoadExTex__FP18JPAEmitterWorkData.s"
|
|
}
|
|
#pragma pop
|
|
|
|
/* 8027B13C-8027B144 0008+00 s=0 e=1 z=0 None .text __ct__13JPAExTexShapeFPCUc */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm JPAExTexShape::JPAExTexShape(u8 const* param_0) {
|
|
nofralloc
|
|
#include "asm/JSystem/JParticle/JPAExTexShape/__ct__13JPAExTexShapeFPCUc.s"
|
|
}
|
|
#pragma pop
|