add vec2.angle(...)
This commit is contained in:
@@ -58,6 +58,8 @@ namespace lua {
|
||||
" expected)");
|
||||
}
|
||||
}
|
||||
|
||||
[[nodiscard]]
|
||||
inline uint check_argc(lua::State* L, int a, int b) {
|
||||
int argc = lua::gettop(L);
|
||||
if (argc == a || argc == b) {
|
||||
|
||||
Reference in New Issue
Block a user