From 811df4a7c95879fd4beca4c9253df2a74d87f443 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 18 May 2022 19:16:05 +0300 Subject: Quaternions. --- include/lua_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 335ee49..2cd120e 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -23,6 +23,7 @@ void uluaPushVector2( lua_State *L, Vector2 vector ); void uluaPushVector3( lua_State *L, Vector3 vector ); void uluaPushVector4( lua_State *L, Vector4 vector ); void uluaPushRectangle( lua_State *L, Rectangle rect ); +void uluaPushQuaternion( lua_State *L, Quaternion quaternion ); void uluaPushMatrix( lua_State *L, Matrix matrix ); void uluaPushRay( lua_State *L, Ray ray ); void uluaPushRayCollision( lua_State *L, RayCollision rayCol ); -- cgit v1.2.3