diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |
