summaryrefslogtreecommitdiffstats
path: root/src/math/const.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-11 21:14:32 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-11 21:14:32 +0200
commit6c21dceb35f7aaf90e54d3c030130e9465f343f3 (patch)
tree17a873a9b9729c619f183ceeeb5ae9106180ec26 /src/math/const.h
parentefe4f0baddf10124581e4fcb88d55a52838b06a1 (diff)
downloadcolobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.tar.gz
colobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.tar.bz2
colobot-6c21dceb35f7aaf90e54d3c030130e9465f343f3.zip
Tests rewrite and Doxygen in src/math
- rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
Diffstat (limited to 'src/math/const.h')
-rw-r--r--src/math/const.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/const.h b/src/math/const.h
index 0b6f971..3f85fee 100644
--- a/src/math/const.h
+++ b/src/math/const.h
@@ -51,4 +51,3 @@ const float RAD_TO_DEG = 57.29577951308232286465f;
const float LOG_2 = log(2.0f);
}; // namespace Math
-