tp/include/JSystem/JParticle/JPAMath.h

10 lines
173 B
C

#ifndef JPAMATH_H
#define JPAMATH_H
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
void JPAGetXYZRotateMtx(s16 x, s16 y, s16 z, Mtx dst);
#endif /* JPAMATH_H */