summaryrefslogtreecommitdiff
path: root/include/JSystem/JParticle/JPAKeyBlock.h
blob: 3c457a110e35f039a3931f079fb4039aa25dbf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef JPAKEYBLOCK_H
#define JPAKEYBLOCK_H

#include "dolphin/types.h"

/**
 * @ingroup jsystem-jparticle
 * 
 */
struct JPAKeyBlock {
    /* 8027D730 */ JPAKeyBlock(u8 const*);
    /* 8027D740 */ void calc(f32);

    const u8* mDataStart;
	const f32* field_0x4;
};


#endif /* JPAKEYBLOCK_H */