diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-07 20:06:05 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-07 20:06:05 +0000 |
| commit | c63f4d68c8ffd5f94e933cec14eccdb986d20a1d (patch) | |
| tree | d012f413d90200dc1eac2433468e76aea83bf0c1 /core/math/math_basic.odin | |
| parent | 518460af66423e2a893b711e8a3080ae9884bd30 (diff) | |
Add math_js.odin specific calls (that just wrap the `f64` procedures)
Diffstat (limited to 'core/math/math_basic.odin')
| -rw-r--r-- | core/math/math_basic.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/math_basic.odin b/core/math/math_basic.odin index 3e32ab781..26bf4691d 100644 --- a/core/math/math_basic.odin +++ b/core/math/math_basic.odin @@ -1,3 +1,4 @@ +//+build !js package math @(default_calling_convention="none") |