summary refs log tree commit diff
path: root/src/Support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Support.cpp')
-rw-r--r--src/Support.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Support.cpp b/src/Support.cpp
deleted file mode 100644
index 2f24e94..0000000
--- a/src/Support.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-
-#include "Support.h"
-
-int Random()
-{
-	return (rand() % 65535) - 32767;
-}