1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 20:11:50 +02:00
This commit is contained in:
Justin Lin
2019-06-29 09:52:06 +08:00
parent 172e1f8ceb
commit f542661e2a

View File

@@ -1,3 +1,3 @@
include <util/__comm__/__reverse.scad>; include <util/__comm__/__reverse.scad>;
function reverse(vt) = __reverse(vt); function reverse(lt) = __reverse(lt);