summaryrefslogtreecommitdiff
path: root/shared_cpp/types.h
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-07-20 20:41:16 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-07-20 20:41:16 -0400
commit26d073d768c1a0560fa4358246acd1e308eff7b6 (patch)
tree75c3ee2ec030de8698743ad03078bad45fa80f57 /shared_cpp/types.h
parent62817a0737a7ea7e0a6d54647648b9ab07280f44 (diff)
(mkosarek) Decent mathlib
Diffstat (limited to 'shared_cpp/types.h')
-rw-r--r--shared_cpp/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared_cpp/types.h b/shared_cpp/types.h
index 3739699..7bac7f3 100644
--- a/shared_cpp/types.h
+++ b/shared_cpp/types.h
@@ -14,5 +14,3 @@ typedef unsigned long uint64;
typedef float float32;
typedef double float64;
-
-#define PI 3.14159265358979323846 \ No newline at end of file