mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 21:30:47 -04:00
object-particle OK
This commit is contained in:
@@ -29,7 +29,7 @@ namespace JStage {
|
||||
virtual void JSGSetParent(JStage::TObject*, u32);
|
||||
virtual void JSGSetRelation(bool, JStage::TObject*, u32);
|
||||
virtual s32 JSGFindNodeID(char const*) const;
|
||||
virtual int JSGGetNodeTransformation(u32, MtxP) const;
|
||||
virtual bool JSGGetNodeTransformation(u32, MtxP) const;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -61,14 +61,14 @@ struct TAdaptor_particle : public JStudio::TAdaptor_particle {
|
||||
/* 0x19C */ JPAEmitterManager* mEmitterManager;
|
||||
/* 0x1A0 */ JPABaseEmitter* mEmitter;
|
||||
/* 0x1A4 */ TJPACallback_ mCallback;
|
||||
/* 0x1B0 */ int _188;
|
||||
/* 0x1B4 */ u32 _18C;
|
||||
/* 0x1B8 */ u32 _190;
|
||||
/* 0x1BC */ u32 _194;
|
||||
/* 0x1B0 */ int field_0x1B0;
|
||||
/* 0x1B4 */ int field_0x1B4;
|
||||
/* 0x1B8 */ u32 field_0x1B8;
|
||||
/* 0x1BC */ u32 field_0x1BC;
|
||||
/* 0x1C0 */ const JStage::TSystem* mSystem;
|
||||
/* 0x1C4 */ JStage::TObject* _19C;
|
||||
/* 0x1C8 */ u32 _1A0;
|
||||
/* 0x1CC */ bool _1A4;
|
||||
/* 0x1C4 */ JStage::TObject* mObject;
|
||||
/* 0x1C8 */ u32 field_0x1C8;
|
||||
/* 0x1CC */ bool field_0x1CC;
|
||||
}; // Size: 0x1D0
|
||||
|
||||
}; // namespace JStudio_JParticle
|
||||
|
||||
Reference in New Issue
Block a user