mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
More JSystem borrowing (#383)
This commit is contained in:
@@ -3,4 +3,13 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct JPAKeyBlock {
|
||||
/* 8027D730 */ JPAKeyBlock(u8 const*);
|
||||
/* 8027D740 */ void calc(f32);
|
||||
|
||||
const u8* mDataStart;
|
||||
const f32* field_0x4;
|
||||
};
|
||||
|
||||
|
||||
#endif /* JPAKEYBLOCK_H */
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
void JPAGetXYZRotateMtx(s16 x, s16 y, s16 z, Mtx dst);
|
||||
void JPASetRMtxTVecfromMtx(f32 const (*param_0)[4], f32 (*param_1)[4],
|
||||
JGeometry::TVec3<f32>* param_2);
|
||||
void JPACalcKeyAnmValue(f32 param_0, u16 param_1, f32 const* param_2);
|
||||
|
||||
#endif /* JPAMATH_H */
|
||||
|
||||
Reference in New Issue
Block a user