From 4452bccfa63cf86c134aa616ee0bebcc66beca03 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 1 May 2024 15:21:28 +0300 Subject: Bitwise operations for cross Lua compatibility. --- 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 249bcce..07132aa 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -5,6 +5,7 @@ int imax( int a, int b ); /* Utils. */ int lmathRound( lua_State* L ); +int lmathSign( lua_State* L ); int lmathClamp( lua_State* L ); int lmathLerp( lua_State* L ); int lmathNormalize( lua_State* L ); -- cgit v1.2.3