From fe15e836bd87963d10bd301a3a24652763059e0d Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 6 Apr 2023 19:19:44 +0300 Subject: Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D. --- include/rmath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rmath.h') diff --git a/include/rmath.h b/include/rmath.h index f89429f..fa9ab16 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -23,6 +23,7 @@ int lmathVector2DotProduct( lua_State *L ); int lmathVector2Distance( lua_State *L ); int lmathVector2DistanceSqr( lua_State *L ); int lmathVector2Angle( lua_State *L ); +int lmathVector2LineAngle( lua_State *L ); int lmathVector2Scale( lua_State *L ); int lmathVector2Multiply( lua_State *L ); int lmathVector2Negate( lua_State *L ); -- cgit v1.2.3