summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/math/vec3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/math/vec3.h')
-rw-r--r--include/rodeo/math/vec3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rodeo/math/vec3.h b/include/rodeo/math/vec3.h
index 1b9cd31..990a251 100644
--- a/include/rodeo/math/vec3.h
+++ b/include/rodeo/math/vec3.h
@@ -13,7 +13,7 @@ rodeo_math_vec3_one(void);
float
rodeo_math_vec3_dot(rodeo_math_vec3_t a, rodeo_math_vec3_t b);
-float
+rodeo_math_vec3_t
rodeo_math_vec3_cross(rodeo_math_vec3_t a, rodeo_math_vec3_t b);
rodeo_math_vec3_t