diff options
| author | jussi | 2024-03-17 10:38:30 +0200 |
|---|---|---|
| committer | jussi | 2024-03-17 10:38:30 +0200 |
| commit | ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f (patch) | |
| tree | 80358810635da19821bdb38ece2098c2dd48f1ff /include/rmath.h | |
| parent | ca238975dc63d2dddcd2b17ad627bedc95dd158c (diff) | |
| download | reilua-enhanced-ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f.tar.gz reilua-enhanced-ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f.tar.bz2 reilua-enhanced-ae1d0b65f16b24f2e0db39cb8baef4af57b2a12f.zip | |
Round and pubsub lib.
Diffstat (limited to 'include/rmath.h')
| -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 ); |
