summaryrefslogtreecommitdiff
path: root/include/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rng.h')
-rw-r--r--include/rng.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rng.h b/include/rng.h
new file mode 100644
index 000000000..ea600ea41
--- /dev/null
+++ b/include/rng.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_RNG_H
+#define GUARD_RNG_H
+
+extern u32 gRngValue;
+
+u16 Random(void);
+void SeedRng(u16 seed);
+
+#endif // GUARD_RNG_H