mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-28 15:17:30 -04:00
@@ -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 */
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: random.cpp
|
||||
//
|
||||
|
||||
#include "random.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 80301350-80301358 .text __ct__Q25JMath13TRandom_fast_FUl */
|
||||
JMath::TRandom_fast_::TRandom_fast_(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80301358-8030142C .text setSeed__Q25JMath15TRandom_enough_FUl */
|
||||
void JMath::TRandom_enough_::setSeed(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8030142C-803014CC .text get__Q25JMath15TRandom_enough_Fv */
|
||||
void JMath::TRandom_enough_::get() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user