diff options
author | Treeki <treeki@gmail.com> | 2012-02-06 02:44:38 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-02-06 02:44:38 +0100 |
commit | 0a8515abb44cc8e3a83b502be208c301d604f2d5 (patch) | |
tree | 39c8da1e5559b714e80cd6f44387f53ed7a10491 /include | |
parent | 0787d11bfbe17819b306ec283c436c1ad5d6f7e0 (diff) | |
download | kamek-0a8515abb44cc8e3a83b502be208c301d604f2d5.tar.gz kamek-0a8515abb44cc8e3a83b502be208c301d604f2d5.zip |
new nw4r math stuff for headers
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 5 |
1 files changed, 5 insertions, 0 deletions
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
|