mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 07:39:06 -04:00
c15d8fcb3e
* more simple J2D/J3D funcs * JPABaseShape constructor * fmt Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
10 lines
173 B
C
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 */
|