mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
Use composition instead of inheritance for most f_op classes (#2700)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "JSystem/JParticle/JPAParticle.h"
|
||||
|
||||
class JPTraceParticleCallBack4 : JPAParticleCallBack {
|
||||
class JPTraceParticleCallBack4 : public JPAParticleCallBack {
|
||||
public:
|
||||
/* 8001817C */ void execute(JPABaseEmitter*, JPABaseParticle*);
|
||||
/* 800182A4 */ void draw(JPABaseEmitter*, JPABaseParticle*);
|
||||
|
||||
Reference in New Issue
Block a user