From adb95b135c3d7498eba29bbd9728d345eed5a407 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 10 Sep 2023 00:42:26 -0400 Subject: Import project Original repository: https://github.com/encounter/ww --- src/JSystem/JMath/JMath.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/JSystem/JMath/JMath.cpp (limited to 'src/JSystem/JMath/JMath.cpp') diff --git a/src/JSystem/JMath/JMath.cpp b/src/JSystem/JMath/JMath.cpp new file mode 100644 index 00000000..0bedd62a --- /dev/null +++ b/src/JSystem/JMath/JMath.cpp @@ -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 */ +} + -- cgit v1.2.3