summaryrefslogtreecommitdiff
path: root/libs/JSystem/JMath
diff options
context:
space:
mode:
authorErin Moon <erin@hecke.rs>2021-01-03 00:04:15 -0600
committerGitHub <noreply@github.com>2021-01-03 01:04:15 -0500
commit5c4ac052c3eadf70cfb4810341ccfbbba22869e2 (patch)
tree37f1e2f9a5d7f0ba7313c7229fa60bac11dcb453 /libs/JSystem/JMath
parentb6791276753f676f07e5251d823b0969208f1dc8 (diff)
decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s * d_save_init: decomp * JMath/random: decomp * J3DUDL: fixup label * JAUClusterSound: decomp * c_API_controller_pad: decomp, elaborate globals/types * clang-format * don't add guards to functions.h * semantic merge of m_cpadInfo stuff * fix undef symbols Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'libs/JSystem/JMath')
-rw-r--r--libs/JSystem/JMath/random.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/JSystem/JMath/random.cpp b/libs/JSystem/JMath/random.cpp
index 4bf93c8658..e23de54a1f 100644
--- a/libs/JSystem/JMath/random.cpp
+++ b/libs/JSystem/JMath/random.cpp
@@ -1 +1,5 @@
-// ok
+#include "JSystem/JMath/random.h"
+
+JMath::TRandom_fast_::TRandom_fast_(u32 value) {
+ this->value = value;
+} \ No newline at end of file