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

16 lines
254 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JPAKEYBLOCK_H
#define JPAKEYBLOCK_H
#include "dolphin/types.h"
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 */