mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
18 lines
443 B
C++
18 lines
443 B
C++
#ifndef C_C_DAMAGEREACTION_H
|
|
#define C_C_DAMAGEREACTION_H
|
|
|
|
#include "JSystem/JParticle/JPAParticle.h"
|
|
|
|
class JPTraceParticleCallBack4 /* : JPAParticleCallBack */ {
|
|
public:
|
|
/* 8001817C */ void execute(JPABaseEmitter*, JPABaseParticle*);
|
|
/* 800182A4 */ void draw(JPABaseEmitter*, JPABaseParticle*);
|
|
/* 80018328 */ ~JPTraceParticleCallBack4();
|
|
};
|
|
|
|
BOOL cDmrNowMidnaTalk();
|
|
|
|
extern u8 cDmr_SkipInfo;
|
|
|
|
#endif /* C_C_DAMAGEREACTION_H */
|