summaryrefslogtreecommitdiff
path: root/Random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Random.cpp')
-rw-r--r--Random.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Random.cpp b/Random.cpp
new file mode 100644
index 0000000..87de595
--- /dev/null
+++ b/Random.cpp
@@ -0,0 +1,8 @@
+#include "Random.h"
+
+Rand g_rand1(1);
+Rand g_rand2(2);
+Rand g_rand3(3);
+Rand g_rand4(4);
+
+//-----------------------------------------------------------------------------