summary refs log tree commit diff
path: root/src/Maths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Maths.h')
-rw-r--r--src/Maths.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Maths.h b/src/Maths.h
deleted file mode 100644
index d9a8f61..0000000
--- a/src/Maths.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _MATHS_H_
-#define _MATHS_H_
-
-
-/**> HEADER FILES <**/
-#include <cmath>
-
-double fast_sqrt (register double arg);
-
-#endif
-