summaryrefslogtreecommitdiff
path: root/src/maths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maths.h')
-rw-r--r--src/maths.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/maths.h b/src/maths.h
new file mode 100644
index 0000000..ed59793
--- /dev/null
+++ b/src/maths.h
@@ -0,0 +1,7 @@
+#ifndef MATHS_H
+#define MATHS_H
+
+void SetSeededFastRandom(int seed);
+int SeededFastRandom(void);
+
+#endif