From 12eb254d769d84743b5cc6cd5424057c57eaf0ad Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:29:58 -0700 Subject: switch to dtk setup (#2203) * switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street --- src/JSystem/JMath/random.cpp | 11 +++++++++++ 1 file changed, 11 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 0000000000..56f2aebbf2 --- /dev/null +++ b/src/JSystem/JMath/random.cpp @@ -0,0 +1,11 @@ +// +// Generated By: dol2asm +// Translation Unit: random +// + +#include "JSystem/JMath/random.h" + +/* 80339AE4-80339AEC -00001 0008+00 0/0 0/0 0/0 .text __ct__Q25JMath13TRandom_fast_FUl */ +JMath::TRandom_fast_::TRandom_fast_(u32 param_0) { + value = param_0; +} \ No newline at end of file -- cgit v1.2.3