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/random.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/JSystem/JMath/random.cpp (limited to 'src/JSystem/JMath/random.cpp') diff --git a/src/JSystem/JMath/random.cpp b/src/JSystem/JMath/random.cpp new file mode 100644 index 00000000..f576d8b5 --- /dev/null +++ b/src/JSystem/JMath/random.cpp @@ -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 */ +} + -- cgit v1.2.3