Import project

Original repository: https://github.com/encounter/ww
This commit is contained in:
Luke Street
2023-09-10 00:42:26 -04:00
parent 81ac53f131
commit adb95b135c
3731 changed files with 481532 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
//
// Generated by dtk
// Translation Unit: JMath.cpp
//
#include "JMath.h"
#include "dolphin/types.h"
/* 80301028-80301150 .text JMANewSinTable__FUc */
void JMANewSinTable(unsigned char) {
/* Nonmatching */
}
/* 80301150-80301218 .text JMAEulerToQuat__FsssP10Quaternion */
void JMAEulerToQuat(short, short, short, Quaternion*) {
/* Nonmatching */
}
/* 80301218-803012D8 .text JMAQuatLerp__FP10QuaternionP10QuaternionfP10Quaternion */
void JMAQuatLerp(Quaternion*, Quaternion*, float, Quaternion*) {
/* Nonmatching */
}
/* 803012D8-80301350 .text JMAHermiteInterpolation__Ffffffff */
void JMAHermiteInterpolation(float, float, float, float, float, float, float) {
/* Nonmatching */
}