mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
Clean up d_a_player_main function signatures
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
enum JPADrawVisitorDefFlags {};
|
||||
|
||||
void initialize(JPABaseEmitter*, JPATextureResource*);
|
||||
void draw(float(*)[4]);
|
||||
void draw(MtxP);
|
||||
void calc();
|
||||
void calcParticle(JPABaseParticle*);
|
||||
void calcChild(JPABaseParticle*);
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
void zDraw();
|
||||
void zDrawParticle();
|
||||
void zDrawChild();
|
||||
void loadYBBMtx(float(*)[4]);
|
||||
void loadYBBMtx(MtxP);
|
||||
|
||||
/* 0x00 */ JPADrawExecEmitterVisitor* mpExecEmtrVis[1];
|
||||
/* 0x04 */ JPADrawExecEmitterVisitor* mpExecEmtrPVis[5];
|
||||
|
||||
@@ -130,7 +130,7 @@ public:
|
||||
|
||||
class daPy_mtxPosFollowEcallBack_c {
|
||||
public:
|
||||
void makeEmitterColor(unsigned short, float(*)[4], const cXyz*, const csXyz*, const GXColor*, const GXColor*);
|
||||
void makeEmitterColor(unsigned short, MtxP, const cXyz*, const csXyz*, const GXColor*, const GXColor*);
|
||||
void execute(JPABaseEmitter*);
|
||||
daPy_mtxPosFollowEcallBack_c();
|
||||
~daPy_mtxPosFollowEcallBack_c();
|
||||
@@ -140,8 +140,8 @@ public:
|
||||
|
||||
class daPy_swBlur_c : public J3DPacket {
|
||||
public:
|
||||
void initSwBlur(float(*)[4], int, float, int);
|
||||
void copySwBlur(float(*)[4], int);
|
||||
void initSwBlur(MtxP, int, float, int);
|
||||
void copySwBlur(MtxP, int);
|
||||
void draw();
|
||||
~daPy_swBlur_c();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user