Files
tp/include/JSystem/JParticle/JPAMath.h
T
Jasper St. Pierre c15d8fcb3e more simple J2D/J3D funcs (#166)
* more simple J2D/J3D funcs

* JPABaseShape constructor

* fmt

Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
2021-12-06 12:51:53 +01:00

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 */