Files
tp/include/JSystem/JParticle/JPAKeyBlock.h
T

20 lines
296 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JPAKEYBLOCK_H
#define JPAKEYBLOCK_H
#include "dolphin/types.h"
2024-04-12 00:10:30 -06:00
/**
* @ingroup jsystem-jparticle
*
*/
2023-07-24 01:30:24 +03:00
struct JPAKeyBlock {
/* 8027D730 */ JPAKeyBlock(u8 const*);
/* 8027D740 */ void calc(f32);
const u8* mDataStart;
const f32* field_0x4;
};
2021-03-28 22:49:05 +02:00
#endif /* JPAKEYBLOCK_H */