Skip to content

Commit

Permalink
More things from Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Dec 15, 2024
1 parent a02248d commit 7900658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion include/JSystem/JParticle/JPABaseEmitter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ public:
void setGlobalRTMatrix(Mtx);
void setGlobalSRTMatrix(Mtx);

u32 _00[0x144 / 4];
u32 _0C[0xE8 / 4];
JSUPtrList mParticleList; // _F4
JSUPtrList mChildParticleList; // _100
u32 _10C[0x50 / 4];
TVec3f mSize1;
u32 _160;
TVec3f mSize2;
Expand Down
4 changes: 2 additions & 2 deletions include/SMS/Enemy/Conductor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public:
void initGraphGroup();
bool isBossDefeated();
void killEnemiesWithin(const TVec3f &pos, f32 radius);
void makeEnemyAppear(const TVec3f &pos, const char *name, int, int);
void *makeEnemyAppear(const TVec3f &pos, const char *name, int, int);
void makeGraphGroup(void *);
void makeOneEnemyAppear(const TVec3f &pos, const char *name, int);
void *makeOneEnemyAppear(const TVec3f &pos, const char *name, int);
void registerAloneActor(TLiveActor *actor);
void registerAreaCylinderManager(void * /*TAreaCylinderManager*/);
void registerEnemyInfoTable(void * /*TStageEnemyInfoTable*/);
Expand Down

0 comments on commit 7900658

Please sign in to comment.