From ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 17 Mar 2024 10:38:30 +0200 Subject: Round and pubsub lib. --- 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 9dd8482..249bcce 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -4,6 +4,7 @@ int imin( int a, int b ); int imax( int a, int b ); /* Utils. */ +int lmathRound( lua_State* L ); int lmathClamp( lua_State* L ); int lmathLerp( lua_State* L ); int lmathNormalize( lua_State* L ); -- cgit v1.2.3