mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27: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