From 0a8515abb44cc8e3a83b502be208c301d604f2d5 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 6 Feb 2012 02:44:38 +0100 Subject: new nw4r math stuff for headers --- include/game.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h index d055097..27504d9 100755 --- a/include/game.h +++ b/include/game.h @@ -388,6 +388,11 @@ class mMtx { namespace nw4r { + namespace math { + float CosFIdx(float); + float SinFIdx(float); + void SinCosFIdx(float *s, float *c, float); + } namespace ut { // this isn't 100% accurate because it doesn't use templates -- cgit v1.2.3