1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 23:46:32 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 15:51:14 +08:00
parent da36511c99
commit 640b54f948
3 changed files with 86 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <rotate_p.scad>;
use <unittest.scad>;
use <rotate_p.scad>;
module test_rotate_p() {
echo("==== test_rotate_p ====");