aboutsummaryrefslogtreecommitdiff
path: root/core/math/math_basic.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-11-07 20:06:05 +0000
committergingerBill <bill@gingerbill.org>2021-11-07 20:06:05 +0000
commitc63f4d68c8ffd5f94e933cec14eccdb986d20a1d (patch)
treed012f413d90200dc1eac2433468e76aea83bf0c1 /core/math/math_basic.odin
parent518460af66423e2a893b711e8a3080ae9884bd30 (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.odin1
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")