summaryrefslogtreecommitdiff
path: root/libs/JSystem/JMath
diff options
context:
space:
mode:
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