2021-03-28 22:49:05 +02:00
|
|
|
#ifndef JPAMATH_H
|
|
|
|
|
#define JPAMATH_H
|
|
|
|
|
|
2021-12-06 06:51:53 -05:00
|
|
|
#include "dolphin/mtx/mtx.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "dolphin/types.h"
|
|
|
|
|
|
2021-12-06 06:51:53 -05:00
|
|
|
void JPAGetXYZRotateMtx(s16 x, s16 y, s16 z, Mtx dst);
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* JPAMATH_H */
|