diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 19:23:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 19:23:03 +0800 |
commit | da6942640931afd8f39db0fc84e8e0394f95d9b1 (patch) | |
tree | 9cbb0cfecec8c949b51a9c1fd91c2c9e32754744 /meta/3rd/love2d/library/love.math.lua | |
parent | 8e3de6b5653ea7087a248b3eb2a4aea6067688b5 (diff) | |
download | lua-language-server-da6942640931afd8f39db0fc84e8e0394f95d9b1.zip |
update
Diffstat (limited to 'meta/3rd/love2d/library/love.math.lua')
-rw-r--r-- | meta/3rd/love2d/library/love.math.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/3rd/love2d/library/love.math.lua b/meta/3rd/love2d/library/love.math.lua index 503051e3..be8fdf8a 100644 --- a/meta/3rd/love2d/library/love.math.lua +++ b/meta/3rd/love2d/library/love.math.lua @@ -1,6 +1,8 @@ ---@meta --- version: nil +--- +---Provides system-independent mathematical functions. +--- ---@class love.math love.math = {} |