mirror of
https://github.com/zeldaret/tp
synced 2026-08-06 18:03:15 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
|
||||
#include "JSystem/JParticle/JPAParticle.h"
|
||||
|
||||
class JPTraceParticleCallBack4 /* : JPAParticleCallBack */ {
|
||||
class JPTraceParticleCallBack4 : JPAParticleCallBack {
|
||||
public:
|
||||
/* 8001817C */ void execute(JPABaseEmitter*, JPABaseParticle*);
|
||||
/* 800182A4 */ void draw(JPABaseEmitter*, JPABaseParticle*);
|
||||
/* 80018328 */ ~JPTraceParticleCallBack4();
|
||||
/* 80018328 */ ~JPTraceParticleCallBack4() {}
|
||||
};
|
||||
|
||||
BOOL cDmrNowMidnaTalk();
|
||||
|
||||
extern u8 cDmr_SkipInfo;
|
||||
extern JPTraceParticleCallBack4 JPTracePCB4;
|
||||
|
||||
#endif /* C_C_DAMAGEREACTION_H */
|
||||
|
||||
Reference in New Issue
Block a user