mirror of
https://github.com/zeldaret/tp
synced 2026-07-12 07:37:59 -04:00
detect more floats/doubles, including from relocations
This commit is contained in:
@@ -19,10 +19,6 @@ struct JUTTexture {
|
||||
|
||||
struct JPAEmitterWorkData {};
|
||||
|
||||
struct JKRHeap {
|
||||
/* 802CE474 */ void alloc(u32, int, JKRHeap*);
|
||||
};
|
||||
|
||||
struct JPABaseParticle {
|
||||
/* 8027FFD0 */ void calc_p(JPAEmitterWorkData*);
|
||||
/* 80280260 */ void calc_c(JPAEmitterWorkData*);
|
||||
@@ -33,6 +29,10 @@ struct JPABaseEmitter {
|
||||
/* 8027EE14 */ void processTermination();
|
||||
};
|
||||
|
||||
struct JKRHeap {
|
||||
/* 802CE474 */ void alloc(u32, int, JKRHeap*);
|
||||
};
|
||||
|
||||
struct JPAResource {
|
||||
/* 80274010 */ JPAResource();
|
||||
/* 80274080 */ void init(JKRHeap*);
|
||||
|
||||
Reference in New Issue
Block a user