summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-12 12:50:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-12 12:50:21 -0400
commit5dcce3a7303e45667967689361513cb2920be3f4 (patch)
tree0cb277ac6d494fa4c2d50ff15c2022d9d6f4d5b8 /include/math_util.h
parent1dd706599353a285534398ccdc34a9ef8bc6e549 (diff)
through GenPersonalityByGenderAndNature
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h
new file mode 100644
index 00000000..f7169956
--- /dev/null
+++ b/include/math_util.h
@@ -0,0 +1,6 @@
+#ifndef POKEDIAMOND_MATH_UTIL_H
+#define POKEDIAMOND_MATH_UTIL_H
+
+u16 rand_LC(void);
+
+#endif //POKEDIAMOND_MATH_UTIL_H