summaryrefslogtreecommitdiffstats
path: root/Smoke/funcs.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-12-20 12:33:17 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-12-20 12:33:17 (GMT)
commit41c695d027b1b1d64015a62c58ad6cf00ac49833 (patch)
tree11e614917caf61f2a5957b6f87fb91a728923c21 /Smoke/funcs.h
parent6738787ce32ab3895241efed640cb95cdb3d1e32 (diff)
download2iv35-41c695d027b1b1d64015a62c58ad6cf00ac49833.zip
2iv35-41c695d027b1b1d64015a62c58ad6cf00ac49833.tar.gz
2iv35-41c695d027b1b1d64015a62c58ad6cf00ac49833.tar.bz2
Diffstat (limited to 'Smoke/funcs.h')
-rw-r--r--Smoke/funcs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Smoke/funcs.h b/Smoke/funcs.h
index cfb0000..f4c4884 100644
--- a/Smoke/funcs.h
+++ b/Smoke/funcs.h
@@ -18,6 +18,7 @@
#define TRUE !FALSE
float quake_root(float number);
-float vec_len(float x, float y);
+float vec_len2f(float x, float y);
+float vec_len3f(float x, float y, float z);
#endif