summaryrefslogtreecommitdiff
path: root/source/core/slang-math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-math.cpp')
-rw-r--r--source/core/slang-math.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/core/slang-math.cpp b/source/core/slang-math.cpp
index a57b0dac2..76be23f30 100644
--- a/source/core/slang-math.cpp
+++ b/source/core/slang-math.cpp
@@ -1,9 +1,8 @@
#include "slang-math.h"
-namespace CoreLib
+#if 0
+namespace Slang
{
- namespace Basic
- {
- const float Math::Pi = 3.141592654f;
- }
-} \ No newline at end of file
+ const float Math::Pi = 3.141592654f;
+}
+#endif