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

58 lines
1.1 KiB
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: JPAExTexShape
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/JPAExTexShape.h"
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Types:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
struct _GXTexMapID {};
2021-03-28 22:49:05 +02:00
struct JUTTexture {
2021-04-01 02:07:58 +02:00
/* 802DE840 */ void load(_GXTexMapID);
2021-03-28 22:49:05 +02:00
};
struct JPAExTexShape {
2021-04-01 02:07:58 +02:00
/* 8027B13C */ JPAExTexShape(u8 const*);
2021-03-28 22:49:05 +02:00
};
2021-04-01 02:07:58 +02:00
struct JPAEmitterWorkData {};
2021-03-28 22:49:05 +02:00
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
extern "C" void JPALoadExTex__FP18JPAEmitterWorkData();
extern "C" void __ct__13JPAExTexShapeFPCUc();
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
extern "C" void load__10JUTTextureF11_GXTexMapID();
extern "C" void GXSetTexCoordGen2();
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-06 18:00:35 +02:00
/* 8027B040-8027B13C 275980 00FC+00 0/0 1/1 0/0 .text JPALoadExTex__FP18JPAEmitterWorkData */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void JPALoadExTex(JPAEmitterWorkData* param_0) {
2021-04-01 02:07:58 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JParticle/JPAExTexShape/JPALoadExTex__FP18JPAEmitterWorkData.s"
}
#pragma pop
/* 8027B13C-8027B144 -00001 0008+00 0/0 0/0 0/0 .text __ct__13JPAExTexShapeFPCUc */
JPAExTexShape::JPAExTexShape(u8 const* param_0) {
*(u32*)this = (u32)(param_0);
2021-03-28 22:49:05 +02:00
}