From 880af47ae72078ee894772b13477902aeb4e132b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 16 Nov 2021 14:26:04 +0000 Subject: [PATCH] Rename math_js.odin to math_basic_js.odin --- core/math/{math_js.odin => math_basic_js.odin} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/math/{math_js.odin => math_basic_js.odin} (100%) diff --git a/core/math/math_js.odin b/core/math/math_basic_js.odin similarity index 100% rename from core/math/math_js.odin rename to core/math/math_basic_js.odin