summaryrefslogtreecommitdiff
path: root/include/rmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rmath.h')
-rw-r--r--include/rmath.h1
1 files changed, 1 insertions, 0 deletions
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 );