1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-19 21:51:57 +02:00
This commit is contained in:
Justin Lin 2020-01-26 16:59:02 +08:00
parent cd4b87287f
commit a5772f7ee6

View File

@ -8,6 +8,6 @@
*
**/
include <util/__comm__/__reverse.scad>;
use <__comm__/__reverse.scad>;
function reverse(lt) = __reverse(lt);