From dfd6bc3c91c7bd508b5bde820366784bd980a677 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 14 Apr 2009 16:44:03 -0600 Subject: Start a MathUtils file It has fast(inv)sqrt and weightedAverage. Also cleanup the last ocmmit a bit. --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 82a0267d..1e2fe6b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -305,8 +305,9 @@ SET(SRCS utils/base64.cpp utils/base64.h utils/dtor.h - utils/fastsqrt.h utils/gettext.h + utils/mathutils.cpp + utils/mathutils.h utils/sha256.cpp utils/sha256.h utils/stringutils.cpp -- cgit v1.2.3-70-g09d2