summaryrefslogtreecommitdiff
path: root/Source/Library/Common/Rand.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Common/Rand.ns.h')
-rw-r--r--Source/Library/Common/Rand.ns.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/Library/Common/Rand.ns.h b/Source/Library/Common/Rand.ns.h
new file mode 100644
index 0000000..71d4f60
--- /dev/null
+++ b/Source/Library/Common/Rand.ns.h
@@ -0,0 +1,12 @@
+#ifndef DEF_RAND_NS_H
+#define DEF_RAND_NS_H
+
+#include <common.h>
+
+namespace Rand {
+ u64int rand();
+ u64int max();
+}
+
+#endif
+